Steel Blue
#66ACB2
CyanColor Codes
All color formats for development
HEX
#66ACB2RGB
rgb(102, 172, 178)HSL
hsl(185, 33%, 55%)OKLCH
oklch(0.701 0.071 202.7)CMYK
cmyk(43%, 3%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A1A8
2#4B8F95
3#427D83
4#386B70
5#2F595D
6#26484B
7#1C3638
8#132425
9#091213
Tints
Lighter variations
1#76B4BA
2#85BCC1
3#94C5C9
4#A3CDD1
5#B3D5D9
6#C2DEE0
7#D1E6E8
8#E0EEF0
9#F0F7F7
Tones
Muted variations
1#6AA9AE
2#6EA5AB
3#72A2A7
4#769FA3
5#799C9F
6#7D999B
7#819698
8#859394
9#888F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D4 #B1D4D8 | BordersInactive statesPlaceholder text |
| 400 | 88BE #88BEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AC #66ACB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8F #4B8F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C72 #3C7277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B51 #2B5155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F2F3;
--steel-blue-200: #D3E7E9;
--steel-blue-300: #B1D4D8;
--steel-blue-400: #88BEC3;
--steel-blue-500: #66ACB2;
--steel-blue-600: #4B8F95;
--steel-blue-700: #3C7277;
--steel-blue-800: #2B5155;
--steel-blue-900: #1B3436;
--steel-blue-950: #112122;
}