Steel Blue
#4ABDCF
CyanColor Codes
All color formats for development
HEX
#4ABDCFRGB
rgb(74, 189, 207)HSL
hsl(188, 58%, 55%)OKLCH
oklch(0.741 0.105 209.5)CMYK
cmyk(64%, 9%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B4C7
2#2FA0B1
3#298C9B
4#237885
5#1D646F
6#185059
7#123C42
8#0C282C
9#061416
Tints
Lighter variations
1#5CC4D4
2#6ECAD8
3#80D1DD
4#92D7E2
5#A4DEE7
6#B6E5EC
7#C9EBF1
8#DBF2F5
9#EDF8FA
Tones
Muted variations
1#50B8C8
2#57B3C1
3#5EAEBB
4#64AAB4
5#6BA5AE
6#72A0A7
7#789BA0
8#7F969A
9#869193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE6 | BordersInactive statesPlaceholder text |
| 400 | 72CC #72CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABD #4ABDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA0 #2FA0B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257F #257F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5B #1B5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A40 | 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: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CBECF1;
--steel-blue-300: #A2DDE6;
--steel-blue-400: #72CCDA;
--steel-blue-500: #4ABDCF;
--steel-blue-600: #2FA0B1;
--steel-blue-700: #257F8D;
--steel-blue-800: #1B5B65;
--steel-blue-900: #113A40;
--steel-blue-950: #0B2428;
}