Sky Blue

#62C8EA

Blue

Color Codes

All color formats for development

HEX
#62C8EA
RGB
rgb(98, 200, 234)
HSL
hsl(195, 76%, 65%)
OKLCH
oklch(0.785 0.106 222.6)
CMYK
cmyk(58%, 15%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

10.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F4
200
#C5EA
300
#98DB
400
#62C8
500
#35B8
600
#1B9B
700
#157B
800
#0F58
900
#0A38
950
#0623

Shades

Darker variations

1#45BDE6
2#28B3E2
3#1CA0CC
4#1889AF
5#147292
6#105B75
7#0C4558
8#082E3A
9#04171D

Tints

Lighter variations

1#72CDEC
2#81D3EE
3#91D8F0
4#A1DEF2
5#B0E3F4
6#C0E9F6
7#D0EEF9
8#E0F4FB
9#EFF9FD

Tones

Muted variations

1#69C4E3
2#6FC1DC
3#76BDD5
4#7DBACE
5#84B7C8
6#8BB3C1
7#91B0BA
8#98ADB3
9#9FA9AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F4
#E0F4FB
Light backgroundsTable row hoverSkeleton loading
200
C5EA
#C5EAF7
Secondary backgroundsInput backgroundsDividers
300
98DB
#98DBF1
BordersInactive statesPlaceholder text
400
62C8
#62C8EA
Disabled statesSecondary iconsMuted text
500
35B8
#35B8E3
Primary brand colorCTAsActive elementsLinks
600
1B9B
#1B9BC5
Hover statesFocus ringsPrimary buttons hover
700
157B
#157B9D
Active/pressed statesDark mode accentsSecondary text
800
0F58
#0F5870
Text on light backgroundsHeadingsStrong borders
900
0A38
#0A3848
Primary textHigh emphasis contentDark headings
950
0623
#06232D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E0F4FB;
  --sky-blue-200: #C5EAF7;
  --sky-blue-300: #98DBF1;
  --sky-blue-400: #62C8EA;
  --sky-blue-500: #35B8E3;
  --sky-blue-600: #1B9BC5;
  --sky-blue-700: #157B9D;
  --sky-blue-800: #0F5870;
  --sky-blue-900: #0A3848;
  --sky-blue-950: #06232D;
}
Generate More ShadesCreate PaletteConvert Color