Steel Blue
#63A9B6
CyanColor Codes
All color formats for development
HEX
#63A9B6RGB
rgb(99, 169, 182)HSL
hsl(189, 36%, 55%)OKLCH
oklch(0.694 0.073 210.8)CMYK
cmyk(46%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#519EAC
2#488C99
3#3F7B86
4#366972
5#2D585F
6#24464C
7#1B3539
8#122326
9#091213
Tints
Lighter variations
1#73B2BD
2#82BAC4
3#92C3CC
4#A1CCD3
5#B1D4DA
6#C1DDE2
7#D0E5E9
8#E0EEF0
9#EFF6F8
Tones
Muted variations
1#67A6B1
2#6BA3AD
3#6FA0A9
4#739EA5
5#789BA1
6#7C989D
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 #AFD3D9 | BordersInactive statesPlaceholder text |
| 400 | 86BC #86BCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A9 #63A9B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488C #488C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3970 #397079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2950 #295057 | 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: #E7F2F4;
--steel-blue-200: #D2E6EA;
--steel-blue-300: #AFD3D9;
--steel-blue-400: #86BCC6;
--steel-blue-500: #63A9B6;
--steel-blue-600: #488C99;
--steel-blue-700: #397079;
--steel-blue-800: #295057;
--steel-blue-900: #1A3337;
--steel-blue-950: #102023;
}