Steel Blue
#4AB4CF
CyanColor Codes
All color formats for development
HEX
#4AB4CFRGB
rgb(74, 180, 207)HSL
hsl(192, 58%, 55%)OKLCH
oklch(0.719 0.103 217.6)CMYK
cmyk(64%, 13%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35AAC7
2#2F97B1
3#29849B
4#237185
5#1D5F6F
6#184C59
7#123942
8#0C262C
9#061316
Tints
Lighter variations
1#5CBCD4
2#6EC3D8
3#80CBDD
4#92D2E2
5#A4DAE7
6#B6E1EC
7#C9E9F1
8#DBF0F5
9#EDF8FA
Tones
Muted variations
1#50B0C8
2#57ACC1
3#5EA8BB
4#64A4B4
5#6BA0AE
6#729CA7
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 | A2D9 #A2D9E6 | BordersInactive statesPlaceholder text |
| 400 | 72C5 #72C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB4 #4AB4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F97 #2F97B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2578 #25788D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113740 | 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: #A2D9E6;
--steel-blue-400: #72C5DA;
--steel-blue-500: #4AB4CF;
--steel-blue-600: #2F97B1;
--steel-blue-700: #25788D;
--steel-blue-800: #1B5665;
--steel-blue-900: #113740;
--steel-blue-950: #0B2228;
}