Steel Blue
#42BBD7
CyanColor Codes
All color formats for development
HEX
#42BBD7RGB
rgb(66, 187, 215)HSL
hsl(191, 65%, 55%)OKLCH
oklch(0.737 0.112 216.4)CMYK
cmyk(69%, 13%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CB2D0
2#279EB9
3#228BA2
4#1D778B
5#196374
6#144F5D
7#0F3B45
8#0A282E
9#051417
Tints
Lighter variations
1#55C2DB
2#68C9DF
3#7AD0E3
4#8DD6E7
5#A0DDEB
6#B3E4EF
7#C6EBF3
8#D9F1F7
9#ECF8FB
Tones
Muted variations
1#49B7CF
2#51B2C8
3#58ADC0
4#5FA9B9
5#67A4B2
6#6E9FAA
7#769AA3
8#7D969B
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F4F9;
--steel-blue-200: #C8EBF3;
--steel-blue-300: #9EDCEA;
--steel-blue-400: #6CCAE0;
--steel-blue-500: #42BBD7;
--steel-blue-600: #279EB9;
--steel-blue-700: #1F7E93;
--steel-blue-800: #165A69;
--steel-blue-900: #0E3A43;
--steel-blue-950: #09242A;
}