Steel Blue
#63A8B6
CyanColor Codes
All color formats for development
HEX
#63A8B6RGB
rgb(99, 168, 182)HSL
hsl(190, 36%, 55%)OKLCH
oklch(0.691 0.073 212.1)CMYK
cmyk(46%, 8%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#519DAC
2#488B99
3#3F7A86
4#366872
5#2D575F
6#24464C
7#1B3439
8#122326
9#091113
Tints
Lighter variations
1#73B1BD
2#82B9C4
3#92C2CC
4#A1CBD3
5#B1D3DA
6#C1DCE2
7#D0E5E9
8#E0EEF0
9#EFF6F8
Tones
Muted variations
1#67A5B1
2#6BA2AD
3#6FA0A9
4#739DA5
5#789AA1
6#7C979D
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 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD2 #AFD2D9 | BordersInactive statesPlaceholder text |
| 400 | 86BB #86BBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A8 #63A8B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488B #488B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396F #396F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294F #294F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | 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: #E7F1F4;
--steel-blue-200: #D2E6EA;
--steel-blue-300: #AFD2D9;
--steel-blue-400: #86BBC6;
--steel-blue-500: #63A8B6;
--steel-blue-600: #488B99;
--steel-blue-700: #396F79;
--steel-blue-800: #294F57;
--steel-blue-900: #1A3337;
--steel-blue-950: #102023;
}