Steel Blue
#49B9D0
CyanColor Codes
All color formats for development
HEX
#49B9D0RGB
rgb(73, 185, 208)HSL
hsl(190, 59%, 55%)OKLCH
oklch(0.731 0.105 213.7)CMYK
cmyk(65%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34B0C9
2#2E9CB2
3#28899C
4#237586
5#1D626F
6#174E59
7#113B43
8#0C272D
9#061416
Tints
Lighter variations
1#5BC0D5
2#6DC7D9
3#7FCEDE
4#92D5E3
5#A4DCE7
6#B6E3EC
7#C8EAF1
8#DBF1F6
9#EDF8FA
Tones
Muted variations
1#4FB5C9
2#56B0C2
3#5DACBC
4#64A7B5
5#6AA3AE
6#719EA7
7#789AA1
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 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | 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: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CAEBF1;
--steel-blue-300: #A2DBE7;
--steel-blue-400: #71C9DA;
--steel-blue-500: #49B9D0;
--steel-blue-600: #2E9CB2;
--steel-blue-700: #257C8E;
--steel-blue-800: #1A5965;
--steel-blue-900: #113941;
--steel-blue-950: #0A2429;
}