Steel Blue
#42BED7
CyanColor Codes
All color formats for development
HEX
#42BED7RGB
rgb(66, 190, 215)HSL
hsl(190, 65%, 55%)OKLCH
oklch(0.744 0.112 213.9)CMYK
cmyk(69%, 12%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CB5D0
2#27A1B9
3#228DA2
4#1D798B
5#196574
6#14505D
7#0F3C45
8#0A282E
9#051417
Tints
Lighter variations
1#55C4DB
2#68CBDF
3#7AD1E3
4#8DD8E7
5#A0DEEB
6#B3E5EF
7#C6EBF3
8#D9F2F7
9#ECF8FB
Tones
Muted variations
1#49B9CF
2#51B4C8
3#58AFC0
4#5FAAB9
5#67A5B2
6#6EA0AA
7#769BA3
8#7D969B
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEA | BordersInactive statesPlaceholder text |
| 400 | 6CCC #6CCCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BE #42BED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A1 #27A1B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F80 #1F8093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165B #165B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F5F9;
--steel-blue-200: #C8ECF3;
--steel-blue-300: #9EDEEA;
--steel-blue-400: #6CCCE0;
--steel-blue-500: #42BED7;
--steel-blue-600: #27A1B9;
--steel-blue-700: #1F8093;
--steel-blue-800: #165B69;
--steel-blue-900: #0E3A43;
--steel-blue-950: #09252A;
}