Steel Blue

#62ABB7

Cyan

Color Codes

All color formats for development

HEX
#62ABB7
RGB
rgb(98, 171, 183)
HSL
hsl(188, 37%, 55%)
OKLCH
oklch(0.698 0.075 209.1)
CMYK
cmyk(46%, 7%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E7
300
#AFD4
400
#85BE
500
#62AB
600
#478F
700
#3871
800
#2851
900
#1A34
950
#1020

Shades

Darker variations

1#50A0AD
2#478F9A
3#3E7D86
4#356B73
5#2C5960
6#23474D
7#1B353A
8#122426
9#091213

Tints

Lighter variations

1#72B4BE
2#81BCC5
3#91C4CC
4#A1CDD4
5#B0D5DB
6#C0DEE2
7#D0E6E9
8#E0EEF1
9#EFF7F8

Tones

Muted variations

1#66A8B2
2#6AA5AE
3#6FA2AA
4#739FA6
5#779CA1
6#7B999D
7#809699
8#849295
9#888F90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E7
#D2E7EA
Secondary backgroundsInput backgroundsDividers
300
AFD4
#AFD4DA
BordersInactive statesPlaceholder text
400
85BE
#85BEC7
Disabled statesSecondary iconsMuted text
500
62AB
#62ABB7
Primary brand colorCTAsActive elementsLinks
600
478F
#478F9A
Hover statesFocus ringsPrimary buttons hover
700
3871
#38717A
Active/pressed statesDark mode accentsSecondary text
800
2851
#285157
Text on light backgroundsHeadingsStrong borders
900
1A34
#1A3438
Primary textHigh emphasis contentDark headings
950
1020
#102023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F2F4;
  --steel-blue-200: #D2E7EA;
  --steel-blue-300: #AFD4DA;
  --steel-blue-400: #85BEC7;
  --steel-blue-500: #62ABB7;
  --steel-blue-600: #478F9A;
  --steel-blue-700: #38717A;
  --steel-blue-800: #285157;
  --steel-blue-900: #1A3438;
  --steel-blue-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color