Steel Blue
#42C0D7
CyanColor Codes
All color formats for development
HEX
#42C0D7RGB
rgb(66, 192, 215)HSL
hsl(189, 65%, 55%)OKLCH
oklch(0.749 0.112 212.3)CMYK
cmyk(69%, 11%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CB8D0
2#27A3B9
3#228FA2
4#1D7A8B
5#196674
6#14525D
7#0F3D45
8#0A292E
9#051417
Tints
Lighter variations
1#55C7DB
2#68CDDF
3#7AD3E3
4#8DD9E7
5#A0E0EB
6#B3E6EF
7#C6ECF3
8#D9F2F7
9#ECF9FB
Tones
Muted variations
1#49BBCF
2#51B6C8
3#58B1C0
4#5FACB9
5#67A6B2
6#6EA1AA
7#769CA3
8#7D979B
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 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | 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: #C8EDF3;
--steel-blue-300: #9EDFEA;
--steel-blue-400: #6CCEE0;
--steel-blue-500: #42C0D7;
--steel-blue-600: #27A3B9;
--steel-blue-700: #1F8293;
--steel-blue-800: #165D69;
--steel-blue-900: #0E3B43;
--steel-blue-950: #09252A;
}