Steel Blue
#66A0B2
CyanColor Codes
All color formats for development
HEX
#66A0B2RGB
rgb(102, 160, 178)HSL
hsl(194, 33%, 55%)OKLCH
oklch(0.673 0.066 219.6)CMYK
cmyk(43%, 10%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5594A8
2#4B8495
3#427383
4#386370
5#2F525D
6#26424B
7#1C3138
8#132125
9#091013
Tints
Lighter variations
1#76AABA
2#85B3C1
3#94BDC9
4#A3C6D1
5#B3D0D9
6#C2D9E0
7#D1E3E8
8#E0ECF0
9#F0F6F7
Tones
Muted variations
1#6A9EAE
2#6E9CAB
3#729AA7
4#7698A3
5#79969F
6#7D949B
7#819298
8#859094
9#888E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CF #B1CFD8 | BordersInactive statesPlaceholder text |
| 400 | 88B5 #88B5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A0 #66A0B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B84 #4B8495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C69 #3C6977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4B #2B4B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F3;
--steel-blue-200: #D3E4E9;
--steel-blue-300: #B1CFD8;
--steel-blue-400: #88B5C3;
--steel-blue-500: #66A0B2;
--steel-blue-600: #4B8495;
--steel-blue-700: #3C6977;
--steel-blue-800: #2B4B55;
--steel-blue-900: #1B3036;
--steel-blue-950: #111E22;
}