Steel Blue
#24ABBC
CyanColor Codes
All color formats for development
HEX
#24ABBCRGB
rgb(36, 171, 188)HSL
hsl(187, 68%, 44%)OKLCH
oklch(0.681 0.11 208.1)CMYK
cmyk(81%, 9%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#209AAA
2#1D8997
3#197784
4#166671
5#12555E
6#0E444B
7#0B3339
8#072226
9#041113
Tints
Lighter variations
1#28C0D4
2#3FC8DA
3#57CFDF
4#6FD6E4
5#87DDE8
6#9FE4ED
7#B7EAF1
8#CFF1F6
9#E7F8FA
Tones
Muted variations
1#2CA5B5
2#339FAD
3#3B99A6
4#42939E
5#4A8D96
6#52888F
7#598287
8#617C7F
9#697678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3EC | BordersInactive statesPlaceholder text |
| 400 | 69D4 #69D4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC8 #3EC8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AB #24ABBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D88 #1D8896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E1F6F9;
--steel-blue-200: #C7EFF4;
--steel-blue-300: #9CE3EC;
--steel-blue-400: #69D4E2;
--steel-blue-500: #3EC8DA;
--steel-blue-600: #24ABBC;
--steel-blue-700: #1D8896;
--steel-blue-800: #14616B;
--steel-blue-900: #0D3E45;
--steel-blue-950: #08272B;
}