Steel Blue
#24A8BC
CyanColor Codes
All color formats for development
HEX
#24A8BCRGB
rgb(36, 168, 188)HSL
hsl(188, 68%, 44%)OKLCH
oklch(0.674 0.109 210.6)CMYK
cmyk(81%, 11%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2097AA
2#1D8797
3#197684
4#166571
5#12545E
6#0E434B
7#0B3239
8#072226
9#041113
Tints
Lighter variations
1#28BED4
2#3FC6DA
3#57CDDF
4#6FD4E4
5#87DBE8
6#9FE2ED
7#B7EAF1
8#CFF1F6
9#E7F8FA
Tones
Muted variations
1#2CA3B5
2#339DAD
3#3B97A6
4#42929E
5#4A8C96
6#52878F
7#598187
8#617B7F
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 | C7EE #C7EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2EC | BordersInactive statesPlaceholder text |
| 400 | 69D2 #69D2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC5 #3EC5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A8 #24A8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D86 #1D8696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | 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: #C7EEF4;
--steel-blue-300: #9CE2EC;
--steel-blue-400: #69D2E2;
--steel-blue-500: #3EC5DA;
--steel-blue-600: #24A8BC;
--steel-blue-700: #1D8696;
--steel-blue-800: #14606B;
--steel-blue-900: #0D3D45;
--steel-blue-950: #08262B;
}