Steel Blue
#62AEB7
CyanColor Codes
All color formats for development
HEX
#62AEB7RGB
rgb(98, 174, 183)HSL
hsl(186, 37%, 55%)OKLCH
oklch(0.705 0.076 205.5)CMYK
cmyk(46%, 5%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A4AD
2#47919A
3#3E7F86
4#356D73
5#2C5B60
6#23494D
7#1B373A
8#122426
9#091213
Tints
Lighter variations
1#72B6BE
2#81BEC5
3#91C6CC
4#A1CFD4
5#B0D7DB
6#C0DFE2
7#D0E7E9
8#E0EFF1
9#EFF7F8
Tones
Muted variations
1#66ABB2
2#6AA7AE
3#6FA4AA
4#73A1A6
5#779DA1
6#7B9A9D
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 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C0 #85C0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AE #62AEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4791 #47919A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3874 #38747A | 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: #E7F2F4;
--steel-blue-200: #D2E8EA;
--steel-blue-300: #AFD6DA;
--steel-blue-400: #85C0C7;
--steel-blue-500: #62AEB7;
--steel-blue-600: #47919A;
--steel-blue-700: #38747A;
--steel-blue-800: #285357;
--steel-blue-900: #1A3538;
--steel-blue-950: #102123;
}