Steel Blue
#4DB2CB
CyanColor Codes
All color formats for development
HEX
#4DB2CBRGB
rgb(77, 178, 203)HSL
hsl(192, 55%, 55%)OKLCH
oklch(0.714 0.1 216.8)CMYK
cmyk(62%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39A8C4
2#3295AE
3#2C8398
4#267082
5#205D6D
6#194B57
7#133841
8#0D252B
9#061316
Tints
Lighter variations
1#5FBAD1
2#71C1D6
3#82C9DB
4#94D1E0
5#A6D9E5
6#B8E0EA
7#CAE8F0
8#DBF0F5
9#EDF7FA
Tones
Muted variations
1#53AEC5
2#5AABBF
3#60A7B8
4#66A3B2
5#6D9FAC
6#739BA5
7#79989F
8#809499
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 75C3 #75C3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB2 #4DB2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3295 #3295AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2877 #28778A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D55 #1D5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | 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: #E3F3F7;
--steel-blue-200: #CCE9F0;
--steel-blue-300: #A4D8E5;
--steel-blue-400: #75C3D7;
--steel-blue-500: #4DB2CB;
--steel-blue-600: #3295AE;
--steel-blue-700: #28778A;
--steel-blue-800: #1D5563;
--steel-blue-900: #12363F;
--steel-blue-950: #0B2228;
}