Steel Blue
#62B1B7
CyanColor Codes
All color formats for development
HEX
#62B1B7RGB
rgb(98, 177, 183)HSL
hsl(184, 37%, 55%)OKLCH
oklch(0.712 0.078 201.9)CMYK
cmyk(46%, 3%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A7AD
2#47949A
3#3E8286
4#356F73
5#2C5D60
6#234A4D
7#1B383A
8#122526
9#091313
Tints
Lighter variations
1#72B9BE
2#81C1C5
3#91C8CC
4#A1D0D4
5#B0D8DB
6#C0E0E2
7#D0E8E9
8#E0EFF1
9#EFF7F8
Tones
Muted variations
1#66ADB2
2#6AAAAE
3#6FA6AA
4#73A2A6
5#779FA1
6#7B9B9D
7#809799
8#849495
9#889090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7DA | BordersInactive statesPlaceholder text |
| 400 | 85C2 #85C2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B1 #62B1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4794 #47949A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3876 #38767A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2854 #285457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F4;
--steel-blue-200: #D2E8EA;
--steel-blue-300: #AFD7DA;
--steel-blue-400: #85C2C7;
--steel-blue-500: #62B1B7;
--steel-blue-600: #47949A;
--steel-blue-700: #38767A;
--steel-blue-800: #285457;
--steel-blue-900: #1A3638;
--steel-blue-950: #102223;
}