Steel Blue
#4BB1CE
CyanColor Codes
All color formats for development
HEX
#4BB1CERGB
rgb(75, 177, 206)HSL
hsl(193, 57%, 55%)OKLCH
oklch(0.712 0.102 219.7)CMYK
cmyk(64%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36A7C6
2#3094B0
3#2A829A
4#246F84
5#1E5D6E
6#184A58
7#123842
8#0C252C
9#061316
Tints
Lighter variations
1#5DB9D3
2#6FC1D8
3#81C9DC
4#93D0E1
5#A5D8E6
6#B7E0EB
7#C9E8F0
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#51AEC7
2#58AAC1
3#5EA6BA
4#65A2B3
5#6C9FAD
6#729BA6
7#7997A0
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 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D7 #A3D7E6 | BordersInactive statesPlaceholder text |
| 400 | 73C3 #73C3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB1 #4BB1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3094 #3094B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2676 #26768C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B54 #1B5464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #CBE9F1;
--steel-blue-300: #A3D7E6;
--steel-blue-400: #73C3D9;
--steel-blue-500: #4BB1CE;
--steel-blue-600: #3094B0;
--steel-blue-700: #26768C;
--steel-blue-800: #1B5464;
--steel-blue-900: #123640;
--steel-blue-950: #0B2228;
}