Steel Blue
#66A7B2
CyanColor Codes
All color formats for development
HEX
#66A7B2RGB
rgb(102, 167, 178)HSL
hsl(189, 33%, 55%)OKLCH
oklch(0.689 0.068 209.4)CMYK
cmyk(43%, 6%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#559BA8
2#4B8A95
3#427983
4#386870
5#2F565D
6#26454B
7#1C3438
8#132325
9#091113
Tints
Lighter variations
1#76B0BA
2#85B8C1
3#94C1C9
4#A3CAD1
5#B3D3D9
6#C2DCE0
7#D1E5E8
8#E0EDF0
9#F0F6F7
Tones
Muted variations
1#6AA4AE
2#6EA1AB
3#729FA7
4#769CA3
5#799A9F
6#7D979B
7#819498
8#859294
9#888F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D2 #B1D2D8 | BordersInactive statesPlaceholder text |
| 400 | 88BA #88BAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A7 #66A7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8A #4B8A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6E #3C6E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4E #2B4E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B32 #1B3236 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F1F3;
--steel-blue-200: #D3E6E9;
--steel-blue-300: #B1D2D8;
--steel-blue-400: #88BAC3;
--steel-blue-500: #66A7B2;
--steel-blue-600: #4B8A95;
--steel-blue-700: #3C6E77;
--steel-blue-800: #2B4E55;
--steel-blue-900: #1B3236;
--steel-blue-950: #111F22;
}