Steel Blue
#4ABBCF
CyanColor Codes
All color formats for development
HEX
#4ABBCFRGB
rgb(74, 187, 207)HSL
hsl(189, 58%, 55%)OKLCH
oklch(0.736 0.104 211.3)CMYK
cmyk(64%, 10%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B1C7
2#2F9EB1
3#298A9B
4#237685
5#1D636F
6#184F59
7#123B42
8#0C272C
9#061416
Tints
Lighter variations
1#5CC2D4
2#6EC8D8
3#80CFDD
4#92D6E2
5#A4DDE7
6#B6E4EC
7#C9EBF1
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#50B6C8
2#57B2C1
3#5EADBB
4#64A8B4
5#6BA4AE
6#729FA7
7#789AA0
8#7F969A
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 | A2DC #A2DCE6 | BordersInactive statesPlaceholder text |
| 400 | 72CA #72CADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABB #4ABBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9E #2F9EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257D #257D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | 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: #A2DCE6;
--steel-blue-400: #72CADA;
--steel-blue-500: #4ABBCF;
--steel-blue-600: #2F9EB1;
--steel-blue-700: #257D8D;
--steel-blue-800: #1B5A65;
--steel-blue-900: #113940;
--steel-blue-950: #0B2428;
}