Steel Blue
#4CACCD
BlueColor Codes
All color formats for development
HEX
#4CACCDRGB
rgb(76, 172, 205)HSL
hsl(195, 56%, 55%)OKLCH
oklch(0.7 0.101 223.8)CMYK
cmyk(63%, 16%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38A2C5
2#3190AF
3#2B7E99
4#256C83
5#1F5A6D
6#194858
7#133642
8#0C242C
9#061216
Tints
Lighter variations
1#5EB5D2
2#70BDD7
3#82C5DC
4#94CDE1
5#A5D6E6
6#B7DEEB
7#C9E6F0
8#DBEEF5
9#EDF7FA
Tones
Muted variations
1#52A9C6
2#59A6C0
3#5FA3B9
4#66A0B3
5#6C9CAC
6#7399A6
7#7996A0
8#7F9399
9#868F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D5 #A4D5E5 | BordersInactive statesPlaceholder text |
| 400 | 74BF #74BFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAC #4CACCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3190 #3190AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2772 #27728B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C52 #1C5263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #123440 | 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: #F3F9FC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CBE7F0;
--steel-blue-300: #A4D5E5;
--steel-blue-400: #74BFD8;
--steel-blue-500: #4CACCD;
--steel-blue-600: #3190AF;
--steel-blue-700: #27728B;
--steel-blue-800: #1C5263;
--steel-blue-900: #123440;
--steel-blue-950: #0B2128;
}