Steel Blue
#429D9E
CyanColor Codes
All color formats for development
HEX
#429D9ERGB
rgb(66, 157, 158)HSL
hsl(181, 41%, 44%)OKLCH
oklch(0.642 0.086 196.2)CMYK
cmyk(58%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C8D8E
2#357D7F
3#2E6E6F
4#285E5F
5#214E4F
6#1A3F3F
7#142F2F
8#0D1F20
9#071010
Tints
Lighter variations
1#4BB1B2
2#5EBABC
3#72C3C4
4#86CBCC
5#9AD4D5
6#AEDDDD
7#C3E5E6
8#D7EEEE
9#EBF6F7
Tones
Muted variations
1#47989A
2#4B9495
3#508F90
4#558B8C
5#598687
6#5E8283
7#627E7E
8#677979
9#6C7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81C9 #81C9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBA #5DBABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429D #429D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357D #357D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #26595A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D0EBEB;
--steel-blue-300: #ACDCDC;
--steel-blue-400: #81C9CA;
--steel-blue-500: #5DBABB;
--steel-blue-600: #429D9E;
--steel-blue-700: #357D7E;
--steel-blue-800: #26595A;
--steel-blue-900: #18393A;
--steel-blue-950: #0F2424;
}