Steel Blue
#24B7BC
CyanColor Codes
All color formats for development
HEX
#24B7BCRGB
rgb(36, 183, 188)HSL
hsl(182, 68%, 44%)OKLCH
oklch(0.711 0.114 198.5)CMYK
cmyk(81%, 3%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20A5AA
2#1D9397
3#198084
4#166E71
5#125C5E
6#0E494B
7#0B3739
8#072526
9#041213
Tints
Lighter variations
1#28CFD4
2#3FD5DA
3#57DADF
4#6FE0E4
5#87E5E8
6#9FEAED
7#B7EFF1
8#CFF5F6
9#E7FAFA
Tones
Muted variations
1#2CB0B5
2#33A9AD
3#3BA2A6
4#429B9E
5#4A9496
6#528D8F
7#598687
8#617E7F
9#697778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAEC | BordersInactive statesPlaceholder text |
| 400 | 69DE #69DEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED5 #3ED5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B7 #24B7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D92 #1D9296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1468 #14686B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E1F8F9;
--steel-blue-200: #C7F3F4;
--steel-blue-300: #9CEAEC;
--steel-blue-400: #69DEE2;
--steel-blue-500: #3ED5DA;
--steel-blue-600: #24B7BC;
--steel-blue-700: #1D9296;
--steel-blue-800: #14686B;
--steel-blue-900: #0D4345;
--steel-blue-950: #082A2B;
}