Steel Blue
#4BB8CE
CyanColor Codes
All color formats for development
HEX
#4BB8CERGB
rgb(75, 184, 206)HSL
hsl(190, 57%, 55%)OKLCH
oklch(0.729 0.103 213.3)CMYK
cmyk(64%, 11%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36AEC6
2#309BB0
3#2A879A
4#247484
5#1E616E
6#184D58
7#123A42
8#0C272C
9#061316
Tints
Lighter variations
1#5DBFD3
2#6FC6D8
3#81CDDC
4#93D4E1
5#A5DBE6
6#B7E3EB
7#C9EAF0
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#51B3C7
2#58AFC1
3#5EABBA
4#65A6B3
5#6CA2AD
6#729EA6
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 #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DB #A3DBE6 | BordersInactive statesPlaceholder text |
| 400 | 73C8 #73C8D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB8 #4BB8CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309B #309BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267B #267B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5864 | 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: #CBEAF1;
--steel-blue-300: #A3DBE6;
--steel-blue-400: #73C8D9;
--steel-blue-500: #4BB8CE;
--steel-blue-600: #309BB0;
--steel-blue-700: #267B8C;
--steel-blue-800: #1B5864;
--steel-blue-900: #123840;
--steel-blue-950: #0B2328;
}