Steel Blue
#62B0B7
CyanColor Codes
All color formats for development
HEX
#62B0B7RGB
rgb(98, 176, 183)HSL
hsl(185, 37%, 55%)OKLCH
oklch(0.71 0.078 203.1)CMYK
cmyk(46%, 4%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A5AD
2#47939A
3#3E8086
4#356E73
5#2C5C60
6#23494D
7#1B373A
8#122526
9#091213
Tints
Lighter variations
1#72B8BE
2#81C0C5
3#91C7CC
4#A1CFD4
5#B0D7DB
6#C0DFE2
7#D0E7E9
8#E0EFF1
9#EFF7F8
Tones
Muted variations
1#66ACB2
2#6AA9AE
3#6FA5AA
4#73A1A6
5#779EA1
6#7B9A9D
7#809799
8#849395
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 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C1 #85C1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B0 #62B0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4793 #47939A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3875 #38757A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #AFD6DA;
--steel-blue-400: #85C1C7;
--steel-blue-500: #62B0B7;
--steel-blue-600: #47939A;
--steel-blue-700: #38757A;
--steel-blue-800: #285357;
--steel-blue-900: #1A3538;
--steel-blue-950: #102123;
}