Steel Blue
#4EA9CA
BlueColor Codes
All color formats for development
HEX
#4EA9CARGB
rgb(78, 169, 202)HSL
hsl(196, 54%, 55%)OKLCH
oklch(0.693 0.099 224.8)CMYK
cmyk(61%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A9EC2
2#348CAD
3#2D7B97
4#276982
5#20586C
6#1A4656
7#133541
8#0D232B
9#061216
Tints
Lighter variations
1#60B2CF
2#72BAD5
3#83C3DA
4#95CCDF
5#A7D4E5
6#B8DDEA
7#CAE5EF
8#DCEEF4
9#EDF6FA
Tones
Muted variations
1#54A6C4
2#5BA3BE
3#61A0B8
4#679EB1
5#6D9BAB
6#7398A5
7#7A959F
8#809299
9#868F92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E4 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA9 #4EA9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 348C #348CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2970 #297089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333F | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F2F7;
--steel-blue-200: #CCE6F0;
--steel-blue-300: #A5D3E4;
--steel-blue-400: #76BCD6;
--steel-blue-500: #4EA9CA;
--steel-blue-600: #348CAD;
--steel-blue-700: #297089;
--steel-blue-800: #1D5062;
--steel-blue-900: #13333F;
--steel-blue-950: #0C2027;
}