Steel Blue
#4DB6CB
CyanColor Codes
All color formats for development
HEX
#4DB6CBRGB
rgb(77, 182, 203)HSL
hsl(190, 55%, 55%)OKLCH
oklch(0.723 0.1 213)CMYK
cmyk(62%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39ADC4
2#3299AE
3#2C8698
4#267382
5#20606D
6#194D57
7#133A41
8#0D262B
9#061316
Tints
Lighter variations
1#5FBED1
2#71C5D6
3#82CCDB
4#94D3E0
5#A6DBE5
6#B8E2EA
7#CAE9F0
8#DBF0F5
9#EDF8FA
Tones
Muted variations
1#53B2C5
2#5AAEBF
3#60AAB8
4#66A5B2
5#6DA1AC
6#739DA5
7#79999F
8#809599
9#869093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 75C6 #75C6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB6 #4DB6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3299 #3299AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287A #287A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #12383F | 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: #E3F4F7;
--steel-blue-200: #CCEAF0;
--steel-blue-300: #A4DAE5;
--steel-blue-400: #75C6D7;
--steel-blue-500: #4DB6CB;
--steel-blue-600: #3299AE;
--steel-blue-700: #287A8A;
--steel-blue-800: #1D5763;
--steel-blue-900: #12383F;
--steel-blue-950: #0B2328;
}