Steel Blue
#4CB3CD
CyanColor Codes
All color formats for development
HEX
#4CB3CDRGB
rgb(76, 179, 205)HSL
hsl(192, 56%, 55%)OKLCH
oklch(0.717 0.101 217.3)CMYK
cmyk(63%, 13%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38A9C5
2#3196AF
3#2B8399
4#257083
5#1F5E6D
6#194B58
7#133842
8#0C252C
9#061316
Tints
Lighter variations
1#5EBAD2
2#70C2D7
3#82CADC
4#94D1E1
5#A5D9E6
6#B7E1EB
7#C9E8F0
8#DBF0F5
9#EDF7FA
Tones
Muted variations
1#52AFC6
2#59ABC0
3#5FA7B9
4#66A3B3
5#6CA0AC
6#739CA6
7#7998A0
8#7F9499
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F3F7;
--steel-blue-200: #CBE9F0;
--steel-blue-300: #A4D8E5;
--steel-blue-400: #74C4D8;
--steel-blue-500: #4CB3CD;
--steel-blue-600: #3196AF;
--steel-blue-700: #27778B;
--steel-blue-800: #1C5563;
--steel-blue-900: #123740;
--steel-blue-950: #0B2228;
}