Steel Blue
#4CB7CD
CyanColor Codes
All color formats for development
HEX
#4CB7CDRGB
rgb(76, 183, 205)HSL
hsl(190, 56%, 55%)OKLCH
oklch(0.726 0.102 213.6)CMYK
cmyk(63%, 11%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38ADC5
2#319AAF
3#2B8799
4#257483
5#1F606D
6#194D58
7#133A42
8#0C272C
9#061316
Tints
Lighter variations
1#5EBED2
2#70C5D7
3#82CDDC
4#94D4E1
5#A5DBE6
6#B7E2EB
7#C9E9F0
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#52B3C6
2#59AFC0
3#5FAAB9
4#66A6B3
5#6CA2AC
6#739DA6
7#7999A0
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 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 74C7 #74C7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB7 #4CB7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319A #319AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277B #277B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C58 #1C5863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #123840 | 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: #CBEAF0;
--steel-blue-300: #A4DAE5;
--steel-blue-400: #74C7D8;
--steel-blue-500: #4CB7CD;
--steel-blue-600: #319AAF;
--steel-blue-700: #277B8B;
--steel-blue-800: #1C5863;
--steel-blue-900: #123840;
--steel-blue-950: #0B2328;
}