Steel Blue
#4EAFCA
CyanColor Codes
All color formats for development
HEX
#4EAFCARGB
rgb(78, 175, 202)HSL
hsl(193, 54%, 55%)OKLCH
oklch(0.707 0.098 219)CMYK
cmyk(61%, 13%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3AA5C2
2#3493AD
3#2D8097
4#276E82
5#205C6C
6#1A4956
7#133741
8#0D252B
9#061216
Tints
Lighter variations
1#60B7CF
2#72BFD5
3#83C7DA
4#95CFDF
5#A7D7E5
6#B8DFEA
7#CAE7EF
8#DCEFF4
9#EDF7FA
Tones
Muted variations
1#54ACC4
2#5BA8BE
3#61A5B8
4#67A1B1
5#6D9EAB
6#739AA5
7#7A979F
8#809399
9#869092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F7;
--steel-blue-200: #CCE8F0;
--steel-blue-300: #A5D6E4;
--steel-blue-400: #76C1D6;
--steel-blue-500: #4EAFCA;
--steel-blue-600: #3493AD;
--steel-blue-700: #297589;
--steel-blue-800: #1D5362;
--steel-blue-900: #13353F;
--steel-blue-950: #0C2127;
}