Steel Blue
#4AB0CF
CyanColor Codes
All color formats for development
HEX
#4AB0CFRGB
rgb(74, 176, 207)HSL
hsl(194, 58%, 55%)OKLCH
oklch(0.71 0.103 221.2)CMYK
cmyk(64%, 15%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A5C7
2#2F93B1
3#29819B
4#236E85
5#1D5C6F
6#184959
7#123742
8#0C252C
9#061216
Tints
Lighter variations
1#5CB8D4
2#6EC0D8
3#80C8DD
4#92CFE2
5#A4D7E7
6#B6DFEC
7#C9E7F1
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#50ACC8
2#57A9C1
3#5EA5BB
4#64A2B4
5#6B9EAE
6#729AA7
7#7897A0
8#7F939A
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | 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: #E3F3F8;
--steel-blue-200: #CBE8F1;
--steel-blue-300: #A2D6E6;
--steel-blue-400: #72C1DA;
--steel-blue-500: #4AB0CF;
--steel-blue-600: #2F93B1;
--steel-blue-700: #25758D;
--steel-blue-800: #1B5365;
--steel-blue-900: #113540;
--steel-blue-950: #0B2128;
}