Steel Blue
#24BCAD
CyanColor Codes
All color formats for development
HEX
#24BCADRGB
rgb(36, 188, 173)HSL
hsl(174, 68%, 44%)OKLCH
oklch(0.718 0.12 184.5)CMYK
cmyk(81%, 0%, 8%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA9C
2#1D978B
3#198479
4#167168
5#125E57
6#0E4B45
7#0B3934
8#072623
9#041311
Tints
Lighter variations
1#28D4C3
2#3FDACB
3#57DFD1
4#6FE4D8
5#87E8DE
6#9FEDE5
7#B7F1EB
8#CFF6F2
9#E7FAF8
Tones
Muted variations
1#2CB5A7
2#33ADA1
3#3BA69B
4#429E95
5#4A968F
6#528F89
7#598783
8#617F7C
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1F9F7;
--steel-blue-200: #C7F4F0;
--steel-blue-300: #9CECE4;
--steel-blue-400: #69E2D6;
--steel-blue-500: #3EDACB;
--steel-blue-600: #24BCAD;
--steel-blue-700: #1D968A;
--steel-blue-800: #146B62;
--steel-blue-900: #0D453F;
--steel-blue-950: #082B27;
}