breadcrumb
Cascade
Color Code Details
HEX | #95a5a6 | |
RGB | (149, 165, 166); | |
RGBA | (149, 165, 166, 1) | |
HSL | (184, 9%, 62%); | |
HSLA | (184, 9%, 62%, 1); |
HSV | 183,10,65 | |
HSB | 184, 10, 65 | |
HWB | 183 58% 35% | |
CMYK | 10, 1, 0, 35 | |
Pantone | Cool Gray 8 C |
Preview & Codes Examples
Text Color with Cascade |
|
This Text has a Font Color of #95a5a6 | |
.text {color:#95a5a6;}
|
|
.text {color:rgba(149, 165, 166, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Cascade |
|
This element has a background color of #95a5a6 | |
.element {background-color:#95a5a6;}
|
|
.element {background-color:rgba(149, 165, 166, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Cascade |
|
This element has a border color of #95a5a6 | |
.element {border:1px solid #95a5a6;}
|
|
.element {border:1px solid rgba(149, 165, 166, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #95a5a6;
|
Sass / SCSS |
|
$variable: #95a5a6;
|
Less |
|
@variable: #95a5a6;
|
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.