Steel Blue
#52BBC7
CyanColor Codes
All color formats for development
HEX
#52BBC7RGB
rgb(82, 187, 199)HSL
hsl(186, 51%, 55%)OKLCH
oklch(0.735 0.097 205.5)CMYK
cmyk(59%, 6%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EB2BF
2#379EA9
3#308A94
4#29767F
5#22636A
6#1B4F55
7#153B40
8#0E272A
9#071415
Tints
Lighter variations
1#63C2CC
2#74C9D2
3#86CFD8
4#97D6DD
5#A8DDE3
6#BAE4E9
7#CBEBEE
8#DCF1F4
9#EEF8F9
Tones
Muted variations
1#58B6C1
2#5DB2BB
3#63ADB5
4#69A8AF
5#6FA4AA
6#759FA4
7#7B9A9E
8#819698
9#869192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DC #A6DCE2 | BordersInactive statesPlaceholder text |
| 400 | 78CA #78CAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52BB #52BBC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379E #379EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7E #2C7E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F5A #1F5A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F4F6;
--steel-blue-200: #CDEBEF;
--steel-blue-300: #A6DCE2;
--steel-blue-400: #78CAD3;
--steel-blue-500: #52BBC7;
--steel-blue-600: #379EA9;
--steel-blue-700: #2C7E87;
--steel-blue-800: #1F5A60;
--steel-blue-900: #14393E;
--steel-blue-950: #0C2427;
}