Sky Blue

#8EA2FA

Blue

Color Codes

All color formats for development

HEX
#8EA2FA
RGB
rgb(142, 162, 250)
HSL
hsl(229, 92%, 77%)
OKLCH
oklch(0.733 0.13 273.1)
CMYK
cmyk(43%, 35%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE3
200
#BFCB
300
#8EA2
400
#5472
500
#2349
600
#092F
700
#0725
800
#051B
900
#0311
950
#020B

Shades

Darker variations

1#6983F9
2#4364F7
3#1D45F6
4#0931E2
5#0829BC
6#062197
7#051971
8#03104B
9#020826

Tints

Lighter variations

1#9AABFB
2#A5B5FB
3#B0BEFC
4#BBC7FC
5#C7D1FD
6#D2DAFD
7#DDE3FE
8#E8ECFE
9#F4F6FF

Tones

Muted variations

1#94A6F5
2#99A9F0
3#9FACEA
4#A4B0E5
5#A9B3DF
6#AFB7DA
7#B4BAD5
8#BABECF
9#BFC1CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE3
#DDE3FE
Light backgroundsTable row hoverSkeleton loading
200
BFCB
#BFCBFC
Secondary backgroundsInput backgroundsDividers
300
8EA2
#8EA2FA
BordersInactive statesPlaceholder text
400
5472
#5472F8
Disabled statesSecondary iconsMuted text
500
2349
#2349F6
Primary brand colorCTAsActive elementsLinks
600
092F
#092FD7
Hover statesFocus ringsPrimary buttons hover
700
0725
#0725AB
Active/pressed statesDark mode accentsSecondary text
800
051B
#051B7A
Text on light backgroundsHeadingsStrong borders
900
0311
#03114E
Primary textHigh emphasis contentDark headings
950
020B
#020B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F3FE;
  --sky-blue-100: #DDE3FE;
  --sky-blue-200: #BFCBFC;
  --sky-blue-300: #8EA2FA;
  --sky-blue-400: #5472F8;
  --sky-blue-500: #2349F6;
  --sky-blue-600: #092FD7;
  --sky-blue-700: #0725AB;
  --sky-blue-800: #051B7A;
  --sky-blue-900: #03114E;
  --sky-blue-950: #020B31;
}
Generate More ShadesCreate PaletteConvert Color