Steel Blue
#4AB9CF
CyanColor Codes
All color formats for development
HEX
#4AB9CFRGB
rgb(74, 185, 207)HSL
hsl(190, 58%, 55%)OKLCH
oklch(0.731 0.104 213.1)CMYK
cmyk(64%, 11%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35AFC7
2#2F9CB1
3#29889B
4#237585
5#1D616F
6#184E59
7#123A42
8#0C272C
9#061316
Tints
Lighter variations
1#5CC0D4
2#6EC7D8
3#80CEDD
4#92D5E2
5#A4DCE7
6#B6E3EC
7#C9EAF1
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#50B4C8
2#57B0C1
3#5EABBB
4#64A7B4
5#6BA2AE
6#729EA7
7#789AA0
8#7F959A
9#869193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE6 | BordersInactive statesPlaceholder text |
| 400 | 72C8 #72C8DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB9 #4AB9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9C #2F9CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CBEBF1;
--steel-blue-300: #A2DBE6;
--steel-blue-400: #72C8DA;
--steel-blue-500: #4AB9CF;
--steel-blue-600: #2F9CB1;
--steel-blue-700: #257C8D;
--steel-blue-800: #1B5865;
--steel-blue-900: #113940;
--steel-blue-950: #0B2328;
}