Sky Blue

#9F8EFA

Blue

Color Codes

All color formats for development

HEX
#9F8EFA
RGB
rgb(159, 142, 250)
HSL
hsl(249, 92%, 77%)
OKLCH
oklch(0.708 0.155 289.1)
CMYK
cmyk(36%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.72:1

AA AAA

On Black Background

7.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E2DD
200
#C9BF
300
#9F8E
400
#6C54
500
#4223
600
#2809
700
#2007
800
#1705
900
#0F03
950
#0902

Shades

Darker variations

1#7E69F9
2#5E43F7
3#3E1DF6
4#2A09E2
5#2308BC
6#1C0697
7#150571
8#0E034B
9#070226

Tints

Lighter variations

1#A89AFB
2#B2A5FB
3#BCB0FC
4#C5BBFC
5#CFC7FD
6#D8D2FD
7#E2DDFE
8#ECE8FE
9#F5F4FF

Tones

Muted variations

1#A294F5
2#A699F0
3#AA9FEA
4#AEA4E5
5#B1A9DF
6#B5AFDA
7#B9B4D5
8#BDBACF
9#C1BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFE
Light backgroundsTable row hoverSkeleton loading
200
C9BF
#C9BFFC
Secondary backgroundsInput backgroundsDividers
300
9F8E
#9F8EFA
BordersInactive statesPlaceholder text
400
6C54
#6C54F8
Disabled statesSecondary iconsMuted text
500
4223
#4223F6
Primary brand colorCTAsActive elementsLinks
600
2809
#2809D7
Hover statesFocus ringsPrimary buttons hover
700
2007
#2007AB
Active/pressed statesDark mode accentsSecondary text
800
1705
#17057A
Text on light backgroundsHeadingsStrong borders
900
0F03
#0F034E
Primary textHigh emphasis contentDark headings
950
0902
#090231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F0FE;
  --sky-blue-100: #E2DDFE;
  --sky-blue-200: #C9BFFC;
  --sky-blue-300: #9F8EFA;
  --sky-blue-400: #6C54F8;
  --sky-blue-500: #4223F6;
  --sky-blue-600: #2809D7;
  --sky-blue-700: #2007AB;
  --sky-blue-800: #17057A;
  --sky-blue-900: #0F034E;
  --sky-blue-950: #090231;
}
Generate More ShadesCreate PaletteConvert Color