Steel Blue
#47B8D1
CyanColor Codes
All color formats for development
HEX
#47B8D1RGB
rgb(71, 184, 209)HSL
hsl(191, 60%, 55%)OKLCH
oklch(0.729 0.106 215.1)CMYK
cmyk(66%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32AECA
2#2D9BB4
3#27879D
4#227487
5#1C6170
6#164D5A
7#113A43
8#0B272D
9#061316
Tints
Lighter variations
1#5ABFD6
2#6CC6DA
3#7ECDDF
4#91D4E3
5#A3DBE8
6#B6E3ED
7#C8EAF1
8#DAF1F6
9#EDF8FA
Tones
Muted variations
1#4EB3CA
2#55AFC3
3#5CABBC
4#63A6B6
5#6AA2AF
6#719EA8
7#7899A1
8#7E959A
9#859193
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 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 70C8 #70C8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B8 #47B8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9B #2D9BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247B #247B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103841 | 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: #A1DBE8;
--steel-blue-400: #70C8DB;
--steel-blue-500: #47B8D1;
--steel-blue-600: #2D9BB4;
--steel-blue-700: #247B8F;
--steel-blue-800: #1A5866;
--steel-blue-900: #103841;
--steel-blue-950: #0A2329;
}