Steel Blue
#4CB5CD
CyanColor Codes
All color formats for development
HEX
#4CB5CDRGB
rgb(76, 181, 205)HSL
hsl(191, 56%, 55%)OKLCH
oklch(0.722 0.101 215.4)CMYK
cmyk(63%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38ABC5
2#3198AF
3#2B8599
4#257283
5#1F5F6D
6#194C58
7#133942
8#0C262C
9#061316
Tints
Lighter variations
1#5EBCD2
2#70C4D7
3#82CBDC
4#94D3E1
5#A5DAE6
6#B7E1EB
7#C9E9F0
8#DBF0F5
9#EDF8FA
Tones
Muted variations
1#52B1C6
2#59ADC0
3#5FA9B9
4#66A5B3
5#6CA1AC
6#739DA6
7#7998A0
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 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 74C5 #74C5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB5 #4CB5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3198 #3198AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2779 #27798B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C56 #1C5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | 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: #E3F3F7;
--steel-blue-200: #CBEAF0;
--steel-blue-300: #A4D9E5;
--steel-blue-400: #74C5D8;
--steel-blue-500: #4CB5CD;
--steel-blue-600: #3198AF;
--steel-blue-700: #27798B;
--steel-blue-800: #1C5663;
--steel-blue-900: #123740;
--steel-blue-950: #0B2328;
}