Steel Blue
#62B7B7
CyanColor Codes
All color formats for development
HEX
#62B7B7RGB
rgb(98, 183, 183)HSL
hsl(180, 37%, 55%)OKLCH
oklch(0.726 0.083 195.5)CMYK
cmyk(46%, 0%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50ADAD
2#479A9A
3#3E8686
4#357373
5#2C6060
6#234D4D
7#1B3A3A
8#122626
9#091313
Tints
Lighter variations
1#72BEBE
2#81C5C5
3#91CCCC
4#A1D4D4
5#B0DBDB
6#C0E2E2
7#D0E9E9
8#E0F1F1
9#EFF8F8
Tones
Muted variations
1#66B2B2
2#6AAEAE
3#6FAAAA
4#73A6A6
5#77A1A1
6#7B9D9D
7#809999
8#849595
9#889090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F4F4;
--steel-blue-200: #D2EAEA;
--steel-blue-300: #AFDADA;
--steel-blue-400: #85C7C7;
--steel-blue-500: #62B7B7;
--steel-blue-600: #479A9A;
--steel-blue-700: #387A7A;
--steel-blue-800: #285757;
--steel-blue-900: #1A3838;
--steel-blue-950: #102323;
}