Steel Blue
#24B2BC
CyanColor Codes
All color formats for development
HEX
#24B2BCRGB
rgb(36, 178, 188)HSL
hsl(184, 68%, 44%)OKLCH
oklch(0.698 0.112 202.4)CMYK
cmyk(81%, 5%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20A0AA
2#1D8F97
3#197D84
4#166B71
5#12595E
6#0E474B
7#0B3539
8#072426
9#041213
Tints
Lighter variations
1#28C9D4
2#3FD0DA
3#57D6DF
4#6FDCE4
5#87E2E8
6#9FE8ED
7#B7EDF1
8#CFF3F6
9#E7F9FA
Tones
Muted variations
1#2CACB5
2#33A5AD
3#3B9EA6
4#42989E
5#4A9196
6#528B8F
7#598487
8#617D7F
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 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7EC | BordersInactive statesPlaceholder text |
| 400 | 69DA #69DAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED0 #3ED0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B2 #24B2BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8E #1D8E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1465 #14656B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | 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: #C7F1F4;
--steel-blue-300: #9CE7EC;
--steel-blue-400: #69DAE2;
--steel-blue-500: #3ED0DA;
--steel-blue-600: #24B2BC;
--steel-blue-700: #1D8E96;
--steel-blue-800: #14656B;
--steel-blue-900: #0D4145;
--steel-blue-950: #08292B;
}