Steel Blue
#47BCD1
CyanColor Codes
All color formats for development
HEX
#47BCD1RGB
rgb(71, 188, 209)HSL
hsl(189, 60%, 55%)OKLCH
oklch(0.738 0.107 211.7)CMYK
cmyk(66%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32B3CA
2#2D9FB4
3#278B9D
4#227787
5#1C6470
6#16505A
7#113C43
8#0B282D
9#061416
Tints
Lighter variations
1#5AC3D6
2#6CCADA
3#7ED0DF
4#91D7E3
5#A3DEE8
6#B6E4ED
7#C8EBF1
8#DAF2F6
9#EDF8FA
Tones
Muted variations
1#4EB8CA
2#55B3C3
3#5CAEBC
4#63A9B6
5#6AA4AF
6#71A0A8
7#789BA1
8#7E969A
9#859193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 70CB #70CBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47BC #47BCD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9F #2D9FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247F #247F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F5F8;
--steel-blue-200: #CAECF2;
--steel-blue-300: #A1DDE8;
--steel-blue-400: #70CBDB;
--steel-blue-500: #47BCD1;
--steel-blue-600: #2D9FB4;
--steel-blue-700: #247F8F;
--steel-blue-800: #1A5B66;
--steel-blue-900: #103A41;
--steel-blue-950: #0A2429;
}