Steel Blue
#47B3D1
CyanColor Codes
All color formats for development
HEX
#47B3D1RGB
rgb(71, 179, 209)HSL
hsl(193, 60%, 55%)OKLCH
oklch(0.717 0.106 219.6)CMYK
cmyk(66%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32A9CA
2#2D96B4
3#27849D
4#227187
5#1C5E70
6#164B5A
7#113843
8#0B262D
9#061316
Tints
Lighter variations
1#5ABBD6
2#6CC2DA
3#7ECADF
4#91D2E3
5#A3D9E8
6#B6E1ED
7#C8E8F1
8#DAF0F6
9#EDF7FA
Tones
Muted variations
1#4EAFCA
2#55ABC3
3#5CA8BC
4#63A4B6
5#6AA0AF
6#719CA8
7#7898A1
8#7E949A
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D8 #A1D8E8 | BordersInactive statesPlaceholder text |
| 400 | 70C4 #70C4DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B3 #47B3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D96 #2D96B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2478 #24788F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #CAE9F2;
--steel-blue-300: #A1D8E8;
--steel-blue-400: #70C4DB;
--steel-blue-500: #47B3D1;
--steel-blue-600: #2D96B4;
--steel-blue-700: #24788F;
--steel-blue-800: #1A5566;
--steel-blue-900: #103741;
--steel-blue-950: #0A2229;
}