Steel Blue
#66A9B2
CyanColor Codes
All color formats for development
HEX
#66A9B2RGB
rgb(102, 169, 178)HSL
hsl(187, 33%, 55%)OKLCH
oklch(0.694 0.069 206.6)CMYK
cmyk(43%, 5%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#559EA8
2#4B8D95
3#427B83
4#386970
5#2F585D
6#26464B
7#1C3538
8#132325
9#091213
Tints
Lighter variations
1#76B2BA
2#85BAC1
3#94C3C9
4#A3CCD1
5#B3D4D9
6#C2DDE0
7#D1E5E8
8#E0EEF0
9#F0F6F7
Tones
Muted variations
1#6AA6AE
2#6EA3AB
3#72A1A7
4#769EA3
5#799B9F
6#7D989B
7#819598
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 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BC #88BCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A9 #66A9B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8D #4B8D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C70 #3C7077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B50 #2B5055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B33 #1B3336 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | 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: #D3E6E9;
--steel-blue-300: #B1D3D8;
--steel-blue-400: #88BCC3;
--steel-blue-500: #66A9B2;
--steel-blue-600: #4B8D95;
--steel-blue-700: #3C7077;
--steel-blue-800: #2B5055;
--steel-blue-900: #1B3336;
--steel-blue-950: #112022;
}