Steel Blue
#53B3C6
CyanColor Codes
All color formats for development
HEX
#53B3C6RGB
rgb(83, 179, 198)HSL
hsl(190, 50%, 55%)OKLCH
oklch(0.716 0.094 212.5)CMYK
cmyk(58%, 10%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FA8BD
2#3896A8
3#318393
4#2A707E
5#235D69
6#1C4B54
7#15383F
8#0E252A
9#071315
Tints
Lighter variations
1#64BACB
2#75C2D1
3#87C9D7
4#98D1DD
5#A9D9E2
6#BAE0E8
7#CBE8EE
8#DDF0F4
9#EEF7F9
Tones
Muted variations
1#59AFC0
2#5EABBA
3#64A7B4
4#6AA3AF
5#709FA9
6#759CA3
7#7B989D
8#819498
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D8 #A7D8E2 | BordersInactive statesPlaceholder text |
| 400 | 79C4 #79C4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B3 #53B3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3896 #3896A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D77 #2D7786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2055 #205560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363D | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F3F6;
--steel-blue-200: #CDE9EE;
--steel-blue-300: #A7D8E2;
--steel-blue-400: #79C4D2;
--steel-blue-500: #53B3C6;
--steel-blue-600: #3896A8;
--steel-blue-700: #2D7786;
--steel-blue-800: #205560;
--steel-blue-900: #14363D;
--steel-blue-950: #0D2226;
}