Steel Blue
#24BABC
CyanColor Codes
All color formats for development
HEX
#24BABCRGB
rgb(36, 186, 188)HSL
hsl(181, 68%, 44%)OKLCH
oklch(0.718 0.116 196.3)CMYK
cmyk(81%, 1%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20A7AA
2#1D9597
3#198284
4#167071
5#125D5E
6#0E4A4B
7#0B3839
8#072526
9#041313
Tints
Lighter variations
1#28D2D4
2#3FD8DA
3#57DDDF
4#6FE2E4
5#87E7E8
6#9FEBED
7#B7F0F1
8#CFF5F6
9#E7FAFA
Tones
Muted variations
1#2CB3B5
2#33ABAD
3#3BA4A6
4#429C9E
5#4A9596
6#528E8F
7#598687
8#617F7F
9#697878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | 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: #E1F9F9;
--steel-blue-200: #C7F4F4;
--steel-blue-300: #9CEBEC;
--steel-blue-400: #69E0E2;
--steel-blue-500: #3ED8DA;
--steel-blue-600: #24BABC;
--steel-blue-700: #1D9496;
--steel-blue-800: #146A6B;
--steel-blue-900: #0D4445;
--steel-blue-950: #082A2B;
}