Steel Blue
#4DB0CB
CyanColor Codes
All color formats for development
HEX
#4DB0CBRGB
rgb(77, 176, 203)HSL
hsl(193, 55%, 55%)OKLCH
oklch(0.709 0.099 218.7)CMYK
cmyk(62%, 13%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39A6C4
2#3293AE
3#2C8198
4#266E82
5#205C6D
6#194A57
7#133741
8#0D252B
9#061216
Tints
Lighter variations
1#5FB8D1
2#71C0D6
3#82C8DB
4#94D0E0
5#A6D8E5
6#B8DFEA
7#CAE7F0
8#DBEFF5
9#EDF7FA
Tones
Muted variations
1#53ACC5
2#5AA9BF
3#60A5B8
4#66A2B2
5#6D9EAC
6#739BA5
7#79979F
8#809399
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 75C2 #75C2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB0 #4DB0CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3293 #3293AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2875 #28758A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D54 #1D5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | 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: #CCE8F0;
--steel-blue-300: #A4D7E5;
--steel-blue-400: #75C2D7;
--steel-blue-500: #4DB0CB;
--steel-blue-600: #3293AE;
--steel-blue-700: #28758A;
--steel-blue-800: #1D5463;
--steel-blue-900: #12363F;
--steel-blue-950: #0B2128;
}