Steel Blue
#62A9B7
CyanColor Codes
All color formats for development
HEX
#62A9B7RGB
rgb(98, 169, 183)HSL
hsl(190, 37%, 55%)OKLCH
oklch(0.693 0.074 211.7)CMYK
cmyk(46%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#509DAD
2#478C9A
3#3E7A86
4#356973
5#2C5760
6#23464D
7#1B343A
8#122326
9#091113
Tints
Lighter variations
1#72B1BE
2#81BAC5
3#91C2CC
4#A1CBD4
5#B0D4DB
6#C0DCE2
7#D0E5E9
8#E0EEF1
9#EFF6F8
Tones
Muted variations
1#66A6B2
2#6AA3AE
3#6FA0AA
4#739DA6
5#779AA1
6#7B989D
7#809599
8#849295
9#888F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3DA | BordersInactive statesPlaceholder text |
| 400 | 85BC #85BCC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A9 #62A9B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478C #478C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386F #386F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284F #284F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3338 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E6EA;
--steel-blue-300: #AFD3DA;
--steel-blue-400: #85BCC7;
--steel-blue-500: #62A9B7;
--steel-blue-600: #478C9A;
--steel-blue-700: #386F7A;
--steel-blue-800: #284F57;
--steel-blue-900: #1A3338;
--steel-blue-950: #102023;
}