Steel Blue
#4AB6CF
CyanColor Codes
All color formats for development
HEX
#4AB6CFRGB
rgb(74, 182, 207)HSL
hsl(191, 58%, 55%)OKLCH
oklch(0.724 0.104 215.8)CMYK
cmyk(64%, 12%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35ADC7
2#2F99B1
3#29869B
4#237385
5#1D606F
6#184D59
7#123A42
8#0C262C
9#061316
Tints
Lighter variations
1#5CBED4
2#6EC5D8
3#80CCDD
4#92D3E2
5#A4DBE7
6#B6E2EC
7#C9E9F1
8#DBF0F5
9#EDF8FA
Tones
Muted variations
1#50B2C8
2#57AEC1
3#5EAABB
4#64A6B4
5#6BA1AE
6#729DA7
7#7899A0
8#7F959A
9#869093
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 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | 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: #CBEAF1;
--steel-blue-300: #A2DAE6;
--steel-blue-400: #72C7DA;
--steel-blue-500: #4AB6CF;
--steel-blue-600: #2F99B1;
--steel-blue-700: #257A8D;
--steel-blue-800: #1B5765;
--steel-blue-900: #113840;
--steel-blue-950: #0B2328;
}