Steel Blue
#62ADB7
CyanColor Codes
All color formats for development
HEX
#62ADB7RGB
rgb(98, 173, 183)HSL
hsl(187, 37%, 55%)OKLCH
oklch(0.703 0.076 206.7)CMYK
cmyk(46%, 5%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A2AD
2#47909A
3#3E7E86
4#356C73
5#2C5A60
6#23484D
7#1B363A
8#122426
9#091213
Tints
Lighter variations
1#72B5BE
2#81BDC5
3#91C5CC
4#A1CED4
5#B0D6DB
6#C0DEE2
7#D0E6E9
8#E0EFF1
9#EFF7F8
Tones
Muted variations
1#66AAB2
2#6AA6AE
3#6FA3AA
4#73A0A6
5#779DA1
6#7B999D
7#809699
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 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5DA | BordersInactive statesPlaceholder text |
| 400 | 85BF #85BFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AD #62ADB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4790 #47909A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3873 #38737A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2852 #285257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | 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: #E7F2F4;
--steel-blue-200: #D2E7EA;
--steel-blue-300: #AFD5DA;
--steel-blue-400: #85BFC7;
--steel-blue-500: #62ADB7;
--steel-blue-600: #47909A;
--steel-blue-700: #38737A;
--steel-blue-800: #285257;
--steel-blue-900: #1A3438;
--steel-blue-950: #102123;
}