Steel Blue
#4CAFCD
CyanColor Codes
All color formats for development
HEX
#4CAFCDRGB
rgb(76, 175, 205)HSL
hsl(194, 56%, 55%)OKLCH
oklch(0.707 0.101 221)CMYK
cmyk(63%, 15%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38A4C5
2#3192AF
3#2B7F99
4#256D83
5#1F5B6D
6#194958
7#133742
8#0C242C
9#061216
Tints
Lighter variations
1#5EB7D2
2#70BFD7
3#82C7DC
4#94CFE1
5#A5D7E6
6#B7DFEB
7#C9E7F0
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#52ABC6
2#59A8C0
3#5FA4B9
4#66A1B3
5#6C9DAC
6#739AA6
7#7997A0
8#7F9399
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CBE8F0;
--steel-blue-300: #A4D6E5;
--steel-blue-400: #74C0D8;
--steel-blue-500: #4CAFCD;
--steel-blue-600: #3192AF;
--steel-blue-700: #27748B;
--steel-blue-800: #1C5363;
--steel-blue-900: #123540;
--steel-blue-950: #0B2128;
}