Steel Blue
#49B5D0
CyanColor Codes
All color formats for development
HEX
#49B5D0RGB
rgb(73, 181, 208)HSL
hsl(192, 59%, 55%)OKLCH
oklch(0.722 0.105 217.3)CMYK
cmyk(65%, 13%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34ABC9
2#2E98B2
3#28859C
4#237286
5#1D5F6F
6#174C59
7#113943
8#0C262D
9#061316
Tints
Lighter variations
1#5BBCD5
2#6DC4D9
3#7FCBDE
4#92D3E3
5#A4DAE7
6#B6E1EC
7#C8E9F1
8#DBF0F6
9#EDF8FA
Tones
Muted variations
1#4FB1C9
2#56ADC2
3#5DA9BC
4#64A5B5
5#6AA1AE
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 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E7 | BordersInactive statesPlaceholder text |
| 400 | 71C5 #71C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B5 #49B5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E98 #2E98B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2579 #25798E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A56 #1A5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113741 | 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: #E3F3F8;
--steel-blue-200: #CAEAF1;
--steel-blue-300: #A2D9E7;
--steel-blue-400: #71C5DA;
--steel-blue-500: #49B5D0;
--steel-blue-600: #2E98B2;
--steel-blue-700: #25798E;
--steel-blue-800: #1A5665;
--steel-blue-900: #113741;
--steel-blue-950: #0A2329;
}