Steel Blue
#4AB2CF
CyanColor Codes
All color formats for development
HEX
#4AB2CFRGB
rgb(74, 178, 207)HSL
hsl(193, 58%, 55%)OKLCH
oklch(0.715 0.103 219.4)CMYK
cmyk(64%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A8C7
2#2F95B1
3#29829B
4#237085
5#1D5D6F
6#184B59
7#123842
8#0C252C
9#061316
Tints
Lighter variations
1#5CBAD4
2#6EC1D8
3#80C9DD
4#92D1E2
5#A4D8E7
6#B6E0EC
7#C9E8F1
8#DBF0F5
9#EDF7FA
Tones
Muted variations
1#50AEC8
2#57AAC1
3#5EA7BB
4#64A3B4
5#6B9FAE
6#729BA7
7#7898A0
8#7F949A
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 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E6 | BordersInactive statesPlaceholder text |
| 400 | 72C3 #72C3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB2 #4AB2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F95 #2F95B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B55 #1B5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | 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: #CBE9F1;
--steel-blue-300: #A2D8E6;
--steel-blue-400: #72C3DA;
--steel-blue-500: #4AB2CF;
--steel-blue-600: #2F95B1;
--steel-blue-700: #25778D;
--steel-blue-800: #1B5565;
--steel-blue-900: #113640;
--steel-blue-950: #0B2228;
}