Steel Blue
#4CB1CD
CyanColor Codes
All color formats for development
HEX
#4CB1CDRGB
rgb(76, 177, 205)HSL
hsl(193, 56%, 55%)OKLCH
oklch(0.712 0.101 219.1)CMYK
cmyk(63%, 14%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38A6C5
2#3194AF
3#2B8199
4#256F83
5#1F5C6D
6#194A58
7#133742
8#0C252C
9#061216
Tints
Lighter variations
1#5EB8D2
2#70C0D7
3#82C8DC
4#94D0E1
5#A5D8E6
6#B7E0EB
7#C9E7F0
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#52ADC6
2#59A9C0
3#5FA6B9
4#66A2B3
5#6C9EAC
6#739BA6
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | 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: #CBE8F0;
--steel-blue-300: #A4D7E5;
--steel-blue-400: #74C2D8;
--steel-blue-500: #4CB1CD;
--steel-blue-600: #3194AF;
--steel-blue-700: #27768B;
--steel-blue-800: #1C5463;
--steel-blue-900: #123640;
--steel-blue-950: #0B2228;
}