Steel Blue
#66B2B2
CyanColor Codes
All color formats for development
HEX
#66B2B2RGB
rgb(102, 178, 178)HSL
hsl(180, 33%, 55%)OKLCH
oklch(0.715 0.076 195.6)CMYK
cmyk(43%, 0%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55A8A8
2#4B9595
3#428383
4#387070
5#2F5D5D
6#264B4B
7#1C3838
8#132525
9#091313
Tints
Lighter variations
1#76BABA
2#85C1C1
3#94C9C9
4#A3D1D1
5#B3D9D9
6#C2E0E0
7#D1E8E8
8#E0F0F0
9#F0F7F7
Tones
Muted variations
1#6AAEAE
2#6EABAB
3#72A7A7
4#76A3A3
5#799F9F
6#7D9B9B
7#819898
8#859494
9#889090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F3;
--steel-blue-200: #D3E9E9;
--steel-blue-300: #B1D8D8;
--steel-blue-400: #88C3C3;
--steel-blue-500: #66B2B2;
--steel-blue-600: #4B9595;
--steel-blue-700: #3C7777;
--steel-blue-800: #2B5555;
--steel-blue-900: #1B3636;
--steel-blue-950: #112222;
}