Steel Blue
#49BED0
CyanColor Codes
All color formats for development
HEX
#49BED0RGB
rgb(73, 190, 208)HSL
hsl(188, 59%, 55%)OKLCH
oklch(0.743 0.106 209.4)CMYK
cmyk(65%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34B5C9
2#2EA1B2
3#288D9C
4#237986
5#1D646F
6#175059
7#113C43
8#0C282D
9#061416
Tints
Lighter variations
1#5BC4D5
2#6DCBD9
3#7FD1DE
4#92D8E3
5#A4DEE7
6#B6E5EC
7#C8EBF1
8#DBF2F6
9#EDF8FA
Tones
Muted variations
1#4FB9C9
2#56B4C2
3#5DAFBC
4#64AAB5
5#6AA5AE
6#71A0A7
7#789BA1
8#7F969A
9#859193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CAECF1;
--steel-blue-300: #A2DEE7;
--steel-blue-400: #71CCDA;
--steel-blue-500: #49BED0;
--steel-blue-600: #2EA1B2;
--steel-blue-700: #25808E;
--steel-blue-800: #1A5B65;
--steel-blue-900: #113A41;
--steel-blue-950: #0A2529;
}