Steel Blue
#49BCD0
CyanColor Codes
All color formats for development
HEX
#49BCD0RGB
rgb(73, 188, 208)HSL
hsl(189, 59%, 55%)OKLCH
oklch(0.738 0.105 211.1)CMYK
cmyk(65%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34B2C9
2#2E9FB2
3#288B9C
4#237786
5#1D636F
6#174F59
7#113B43
8#0C282D
9#061416
Tints
Lighter variations
1#5BC2D5
2#6DC9D9
3#7FD0DE
4#92D7E3
5#A4DDE7
6#B6E4EC
7#C8EBF1
8#DBF2F6
9#EDF8FA
Tones
Muted variations
1#4FB7C9
2#56B2C2
3#5DADBC
4#64A9B5
5#6AA4AE
6#719FA7
7#789AA1
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 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | 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: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CAECF1;
--steel-blue-300: #A2DDE7;
--steel-blue-400: #71CBDA;
--steel-blue-500: #49BCD0;
--steel-blue-600: #2E9FB2;
--steel-blue-700: #257E8E;
--steel-blue-800: #1A5A65;
--steel-blue-900: #113A41;
--steel-blue-950: #0A2429;
}