Steel Blue
#52B9C7
CyanColor Codes
All color formats for development
HEX
#52B9C7RGB
rgb(82, 185, 199)HSL
hsl(187, 51%, 55%)OKLCH
oklch(0.731 0.097 207.4)CMYK
cmyk(59%, 7%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EB0BF
2#379CA9
3#308994
4#29757F
5#22626A
6#1B4E55
7#153B40
8#0E272A
9#071415
Tints
Lighter variations
1#63C0CC
2#74C7D2
3#86CED8
4#97D5DD
5#A8DCE3
6#BAE3E9
7#CBEAEE
8#DCF1F4
9#EEF8F9
Tones
Muted variations
1#58B5C1
2#5DB0BB
3#63ACB5
4#69A7AF
5#6FA3AA
6#759EA4
7#7B9A9E
8#819598
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 | A6DB #A6DBE2 | BordersInactive statesPlaceholder text |
| 400 | 78C9 #78C9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B9 #52B9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379C #379CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7C #2C7C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #A6DBE2;
--steel-blue-400: #78C9D3;
--steel-blue-500: #52B9C7;
--steel-blue-600: #379CA9;
--steel-blue-700: #2C7C87;
--steel-blue-800: #1F5960;
--steel-blue-900: #14393E;
--steel-blue-950: #0C2327;
}