Steel Blue
#49B7D0
CyanColor Codes
All color formats for development
HEX
#49B7D0RGB
rgb(73, 183, 208)HSL
hsl(191, 59%, 55%)OKLCH
oklch(0.726 0.105 215.5)CMYK
cmyk(65%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34ADC9
2#2E9AB2
3#28879C
4#237486
5#1D606F
6#174D59
7#113A43
8#0C272D
9#061316
Tints
Lighter variations
1#5BBED5
2#6DC6D9
3#7FCDDE
4#92D4E3
5#A4DBE7
6#B6E2EC
7#C8E9F1
8#DBF1F6
9#EDF8FA
Tones
Muted variations
1#4FB3C9
2#56AFC2
3#5DAABC
4#64A6B5
5#6AA2AE
6#719DA7
7#7899A1
8#7F959A
9#859193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE7 | BordersInactive statesPlaceholder text |
| 400 | 71C7 #71C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B7 #49B7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9A #2E9AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257B #257B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113841 | 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: #E3F4F8;
--steel-blue-200: #CAEAF1;
--steel-blue-300: #A2DAE7;
--steel-blue-400: #71C7DA;
--steel-blue-500: #49B7D0;
--steel-blue-600: #2E9AB2;
--steel-blue-700: #257B8E;
--steel-blue-800: #1A5865;
--steel-blue-900: #113841;
--steel-blue-950: #0A2329;
}