Steel Blue
#24A6BC
CyanColor Codes
All color formats for development
HEX
#24A6BCRGB
rgb(36, 166, 188)HSL
hsl(189, 68%, 44%)OKLCH
oklch(0.669 0.109 212.3)CMYK
cmyk(81%, 12%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2095AA
2#1D8497
3#197484
4#166371
5#12535E
6#0E424B
7#0B3239
8#072126
9#041113
Tints
Lighter variations
1#28BBD4
2#3FC3DA
3#57CBDF
4#6FD2E4
5#87DAE8
6#9FE1ED
7#B7E9F1
8#CFF0F6
9#E7F8FA
Tones
Muted variations
1#2CA0B5
2#339BAD
3#3B96A6
4#42909E
5#4A8B96
6#52868F
7#598087
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 | 9CE0 #9CE0EC | BordersInactive statesPlaceholder text |
| 400 | 69D0 #69D0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC3 #3EC3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A6 #24A6BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D84 #1D8496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145E #145E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | 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: #9CE0EC;
--steel-blue-400: #69D0E2;
--steel-blue-500: #3EC3DA;
--steel-blue-600: #24A6BC;
--steel-blue-700: #1D8496;
--steel-blue-800: #145E6B;
--steel-blue-900: #0D3C45;
--steel-blue-950: #08262B;
}