Steel Blue
#4CB9CD
CyanColor Codes
All color formats for development
HEX
#4CB9CDRGB
rgb(76, 185, 205)HSL
hsl(189, 56%, 55%)OKLCH
oklch(0.731 0.102 211.7)CMYK
cmyk(63%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38B0C5
2#319CAF
3#2B8999
4#257583
5#1F626D
6#194E58
7#133B42
8#0C272C
9#061416
Tints
Lighter variations
1#5EC0D2
2#70C7D7
3#82CEDC
4#94D5E1
5#A5DCE6
6#B7E3EB
7#C9EAF0
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#52B5C6
2#59B0C0
3#5FACB9
4#66A7B3
5#6CA3AC
6#739EA6
7#799AA0
8#7F9599
9#869193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F7;
--steel-blue-200: #CBEBF0;
--steel-blue-300: #A4DBE5;
--steel-blue-400: #74C9D8;
--steel-blue-500: #4CB9CD;
--steel-blue-600: #319CAF;
--steel-blue-700: #277C8B;
--steel-blue-800: #1C5963;
--steel-blue-900: #123940;
--steel-blue-950: #0B2328;
}