Steel Blue
#52ABC7
CyanColor Codes
All color formats for development
HEX
#52ABC7RGB
rgb(82, 171, 199)HSL
hsl(194, 51%, 55%)OKLCH
oklch(0.698 0.094 221.3)CMYK
cmyk(59%, 14%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EA1BF
2#378FA9
3#307D94
4#296B7F
5#22596A
6#1B4755
7#153640
8#0E242A
9#071215
Tints
Lighter variations
1#63B4CC
2#74BCD2
3#86C5D8
4#97CDDD
5#A8D5E3
6#BADEE9
7#CBE6EE
8#DCEEF4
9#EEF7F9
Tones
Muted variations
1#58A8C1
2#5DA5BB
3#63A2B5
4#699FAF
5#6F9CAA
6#7599A4
7#7B969E
8#819298
9#868F92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E2 | BordersInactive statesPlaceholder text |
| 400 | 78BE #78BED3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AB #52ABC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378F #378FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C72 #2C7287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CDE7EF;
--steel-blue-300: #A6D4E2;
--steel-blue-400: #78BED3;
--steel-blue-500: #52ABC7;
--steel-blue-600: #378FA9;
--steel-blue-700: #2C7287;
--steel-blue-800: #1F5160;
--steel-blue-900: #14343E;
--steel-blue-950: #0C2027;
}