Steel Blue
#49B3D0
CyanColor Codes
All color formats for development
HEX
#49B3D0RGB
rgb(73, 179, 208)HSL
hsl(193, 59%, 55%)OKLCH
oklch(0.717 0.104 219.1)CMYK
cmyk(65%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34A8C9
2#2E96B2
3#28839C
4#237086
5#1D5E6F
6#174B59
7#113843
8#0C252D
9#061316
Tints
Lighter variations
1#5BBAD5
2#6DC2D9
3#7FCADE
4#92D1E3
5#A4D9E7
6#B6E0EC
7#C8E8F1
8#DBF0F6
9#EDF7FA
Tones
Muted variations
1#4FAFC9
2#56ABC2
3#5DA7BC
4#64A3B5
5#6A9FAE
6#719CA7
7#7898A1
8#7F949A
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E7 | BordersInactive statesPlaceholder text |
| 400 | 71C4 #71C4DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B3 #49B3D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E96 #2E96B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | 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: #E3F3F8;
--steel-blue-200: #CAE9F1;
--steel-blue-300: #A2D8E7;
--steel-blue-400: #71C4DA;
--steel-blue-500: #49B3D0;
--steel-blue-600: #2E96B2;
--steel-blue-700: #25778E;
--steel-blue-800: #1A5565;
--steel-blue-900: #113641;
--steel-blue-950: #0A2229;
}