Steel Blue
#47B1D1
CyanColor Codes
All color formats for development
HEX
#47B1D1RGB
rgb(71, 177, 209)HSL
hsl(194, 60%, 55%)OKLCH
oklch(0.712 0.106 221.3)CMYK
cmyk(66%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32A7CA
2#2D94B4
3#27829D
4#226F87
5#1C5D70
6#164A5A
7#113843
8#0B252D
9#061316
Tints
Lighter variations
1#5AB9D6
2#6CC1DA
3#7EC8DF
4#91D0E3
5#A3D8E8
6#B6E0ED
7#C8E8F1
8#DAEFF6
9#EDF7FA
Tones
Muted variations
1#4EADCA
2#55AAC3
3#5CA6BC
4#63A2B6
5#6A9FAF
6#719BA8
7#7897A1
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 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 70C2 #70C2DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B1 #47B1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D94 #2D94B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2476 #24768F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103641 | 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: #CAE8F2;
--steel-blue-300: #A1D7E8;
--steel-blue-400: #70C2DB;
--steel-blue-500: #47B1D1;
--steel-blue-600: #2D94B4;
--steel-blue-700: #24768F;
--steel-blue-800: #1A5466;
--steel-blue-900: #103641;
--steel-blue-950: #0A2229;
}