Steel Blue
#4CBBCD
CyanColor Codes
All color formats for development
HEX
#4CBBCDRGB
rgb(76, 187, 205)HSL
hsl(188, 56%, 55%)OKLCH
oklch(0.736 0.103 209.9)CMYK
cmyk(63%, 9%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38B2C5
2#319EAF
3#2B8A99
4#257783
5#1F636D
6#194F58
7#133B42
8#0C282C
9#061416
Tints
Lighter variations
1#5EC2D2
2#70C9D7
3#82D0DC
4#94D6E1
5#A5DDE6
6#B7E4EB
7#C9EBF0
8#DBF1F5
9#EDF8FA
Tones
Muted variations
1#52B7C6
2#59B2C0
3#5FADB9
4#66A9B3
5#6CA4AC
6#739FA6
7#799AA0
8#7F9699
9#869193
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 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 74CA #74CAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBB #4CBBCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319E #319EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277E #277E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5A #1C5A63 | 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: #F3FAFC;
--steel-blue-100: #E3F4F7;
--steel-blue-200: #CBEBF0;
--steel-blue-300: #A4DCE5;
--steel-blue-400: #74CAD8;
--steel-blue-500: #4CBBCD;
--steel-blue-600: #319EAF;
--steel-blue-700: #277E8B;
--steel-blue-800: #1C5A63;
--steel-blue-900: #123A40;
--steel-blue-950: #0B2428;
}