Steel Blue

#49B0D0

Cyan

Color Codes

All color formats for development

HEX
#49B0D0
RGB
rgb(73, 176, 208)
HSL
hsl(194, 59%, 55%)
OKLCH
oklch(0.71 0.105 221.8)
CMYK
cmyk(65%, 15%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F3
200
#CAE8
300
#A2D7
400
#71C2
500
#49B0
600
#2E94
700
#2575
800
#1A54
900
#1136
950
#0A22

Shades

Darker variations

1#34A6C9
2#2E94B2
3#28819C
4#236F86
5#1D5C6F
6#174A59
7#113743
8#0C252D
9#061216

Tints

Lighter variations

1#5BB8D5
2#6DC0D9
3#7FC8DE
4#92D0E3
5#A4D8E7
6#B6E0EC
7#C8E7F1
8#DBEFF6
9#EDF7FA

Tones

Muted variations

1#4FADC9
2#56A9C2
3#5DA6BC
4#64A2B5
5#6A9EAE
6#719BA7
7#7897A1
8#7F939A
9#859093

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F3
#E3F3F8
Light backgroundsTable row hoverSkeleton loading
200
CAE8
#CAE8F1
Secondary backgroundsInput backgroundsDividers
300
A2D7
#A2D7E7
BordersInactive statesPlaceholder text
400
71C2
#71C2DA
Disabled statesSecondary iconsMuted text
500
49B0
#49B0D0
Primary brand colorCTAsActive elementsLinks
600
2E94
#2E94B2
Hover statesFocus ringsPrimary buttons hover
700
2575
#25758E
Active/pressed statesDark mode accentsSecondary text
800
1A54
#1A5465
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: #CAE8F1;
  --steel-blue-300: #A2D7E7;
  --steel-blue-400: #71C2DA;
  --steel-blue-500: #49B0D0;
  --steel-blue-600: #2E94B2;
  --steel-blue-700: #25758E;
  --steel-blue-800: #1A5465;
  --steel-blue-900: #113641;
  --steel-blue-950: #0A2229;
}
Generate More ShadesCreate PaletteConvert Color