Steel Blue

#4AB6CF

Cyan

Color Codes

All color formats for development

HEX
#4AB6CF
RGB
rgb(74, 182, 207)
HSL
hsl(191, 58%, 55%)
OKLCH
oklch(0.724 0.104 215.8)
CMYK
cmyk(64%, 12%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F4
200
#CBEA
300
#A2DA
400
#72C7
500
#4AB6
600
#2F99
700
#257A
800
#1B57
900
#1138
950
#0B23

Shades

Darker variations

1#35ADC7
2#2F99B1
3#29869B
4#237385
5#1D606F
6#184D59
7#123A42
8#0C262C
9#061316

Tints

Lighter variations

1#5CBED4
2#6EC5D8
3#80CCDD
4#92D3E2
5#A4DBE7
6#B6E2EC
7#C9E9F1
8#DBF0F5
9#EDF8FA

Tones

Muted variations

1#50B2C8
2#57AEC1
3#5EAABB
4#64A6B4
5#6BA1AE
6#729DA7
7#7899A0
8#7F959A
9#869093

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F4
#E3F4F8
Light backgroundsTable row hoverSkeleton loading
200
CBEA
#CBEAF1
Secondary backgroundsInput backgroundsDividers
300
A2DA
#A2DAE6
BordersInactive statesPlaceholder text
400
72C7
#72C7DA
Disabled statesSecondary iconsMuted text
500
4AB6
#4AB6CF
Primary brand colorCTAsActive elementsLinks
600
2F99
#2F99B1
Hover statesFocus ringsPrimary buttons hover
700
257A
#257A8D
Active/pressed statesDark mode accentsSecondary text
800
1B57
#1B5765
Text on light backgroundsHeadingsStrong borders
900
1138
#113840
Primary textHigh emphasis contentDark headings
950
0B23
#0B2328
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: #CBEAF1;
  --steel-blue-300: #A2DAE6;
  --steel-blue-400: #72C7DA;
  --steel-blue-500: #4AB6CF;
  --steel-blue-600: #2F99B1;
  --steel-blue-700: #257A8D;
  --steel-blue-800: #1B5765;
  --steel-blue-900: #113840;
  --steel-blue-950: #0B2328;
}
Generate More ShadesCreate PaletteConvert Color