Steel Blue
#63ACB6
CyanColor Codes
All color formats for development
HEX
#63ACB6RGB
rgb(99, 172, 182)HSL
hsl(187, 36%, 55%)OKLCH
oklch(0.701 0.074 206.9)CMYK
cmyk(46%, 5%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51A1AC
2#488F99
3#3F7D86
4#366B72
5#2D595F
6#24484C
7#1B3639
8#122426
9#091213
Tints
Lighter variations
1#73B4BD
2#82BDC4
3#92C5CC
4#A1CDD3
5#B1D5DA
6#C1DEE2
7#D0E6E9
8#E0EEF0
9#EFF7F8
Tones
Muted variations
1#67A9B1
2#6BA6AD
3#6FA2A9
4#739FA5
5#789CA1
6#7C999D
7#809699
8#849395
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 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BE #86BEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AC #63ACB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488F #488F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3972 #397279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | 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: #F5F9FA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E7EA;
--steel-blue-300: #AFD5D9;
--steel-blue-400: #86BEC6;
--steel-blue-500: #63ACB6;
--steel-blue-600: #488F99;
--steel-blue-700: #397279;
--steel-blue-800: #295157;
--steel-blue-900: #1A3437;
--steel-blue-950: #102123;
}