Steel Blue
#47B6D1
CyanColor Codes
All color formats for development
HEX
#47B6D1RGB
rgb(71, 182, 209)HSL
hsl(192, 60%, 55%)OKLCH
oklch(0.724 0.106 216.9)CMYK
cmyk(66%, 13%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32ACCA
2#2D99B4
3#27869D
4#227287
5#1C5F70
6#164C5A
7#113943
8#0B262D
9#061316
Tints
Lighter variations
1#5ABDD6
2#6CC4DA
3#7ECCDF
4#91D3E3
5#A3DAE8
6#B6E2ED
7#C8E9F1
8#DAF0F6
9#EDF8FA
Tones
Muted variations
1#4EB1CA
2#55ADC3
3#5CA9BC
4#63A5B6
5#6AA1AF
6#719DA8
7#7899A1
8#7E959A
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 70C6 #70C6DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B6 #47B6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D99 #2D99B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2479 #24798F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A57 #1A5766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEAF2;
--steel-blue-300: #A1D9E8;
--steel-blue-400: #70C6DB;
--steel-blue-500: #47B6D1;
--steel-blue-600: #2D99B4;
--steel-blue-700: #24798F;
--steel-blue-800: #1A5766;
--steel-blue-900: #103741;
--steel-blue-950: #0A2329;
}