Steel Blue
#4EB3CA
CyanColor Codes
All color formats for development
HEX
#4EB3CARGB
rgb(78, 179, 202)HSL
hsl(191, 54%, 55%)OKLCH
oklch(0.716 0.099 215.2)CMYK
cmyk(61%, 11%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3AA9C2
2#3497AD
3#2D8497
4#277182
5#205E6C
6#1A4B56
7#133841
8#0D262B
9#061316
Tints
Lighter variations
1#60BBCF
2#72C3D5
3#83CADA
4#95D2DF
5#A7D9E5
6#B8E1EA
7#CAE8EF
8#DCF0F4
9#EDF7FA
Tones
Muted variations
1#54B0C4
2#5BACBE
3#61A8B8
4#67A4B1
5#6DA0AB
6#739CA5
7#7A989F
8#809499
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 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E4 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB3 #4EB3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3497 #3497AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2978 #297889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | 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: #CCE9F0;
--steel-blue-300: #A5D8E4;
--steel-blue-400: #76C4D6;
--steel-blue-500: #4EB3CA;
--steel-blue-600: #3497AD;
--steel-blue-700: #297889;
--steel-blue-800: #1D5662;
--steel-blue-900: #13373F;
--steel-blue-950: #0C2227;
}