Steel Blue
#4CBECD
CyanColor Codes
All color formats for development
HEX
#4CBECDRGB
rgb(76, 190, 205)HSL
hsl(187, 56%, 55%)OKLCH
oklch(0.743 0.104 207.3)CMYK
cmyk(63%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38B4C5
2#31A0AF
3#2B8C99
4#257883
5#1F646D
6#195058
7#133C42
8#0C282C
9#061416
Tints
Lighter variations
1#5EC4D2
2#70CBD7
3#82D1DC
4#94D8E1
5#A5DEE6
6#B7E5EB
7#C9EBF0
8#DBF2F5
9#EDF8FA
Tones
Muted variations
1#52B9C6
2#59B4C0
3#5FAFB9
4#66AAB3
5#6CA5AC
6#73A0A6
7#799BA0
8#7F9699
9#869193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 74CC #74CCD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBE #4CBECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A0 #31A0AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2780 #27808B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5B #1C5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F7;
--steel-blue-200: #CBECF0;
--steel-blue-300: #A4DEE5;
--steel-blue-400: #74CCD8;
--steel-blue-500: #4CBECD;
--steel-blue-600: #31A0AF;
--steel-blue-700: #27808B;
--steel-blue-800: #1C5B63;
--steel-blue-900: #123A40;
--steel-blue-950: #0B2428;
}