Sky Blue

#8D95FB

Blue

Color Codes

All color formats for development

HEX
#8D95FB
RGB
rgb(141, 149, 251)
HSL
hsl(236, 93%, 77%)
OKLCH
oklch(0.707 0.148 278.5)
CMYK
cmyk(44%, 41%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DDDF
200
#BFC3
300
#8E95
400
#535E
500
#2230
600
#0816
700
#0611
800
#040C
900
#0308
950
#0205

Shades

Darker variations

1#6872FA
2#424EF8
3#1C2BF7
4#0817E3
5#0713BD
6#050F98
7#040B72
8#03084C
9#010426

Tints

Lighter variations

1#99A0FB
2#A4AAFC
3#B0B5FC
4#BBBFFD
5#C6CAFD
6#D2D5FD
7#DDDFFE
8#E8EAFE
9#F4F4FF

Tones

Muted variations

1#939AF5
2#999FF0
3#9EA3EB
4#A4A8E5
5#A9ADE0
6#AFB1DA
7#B4B6D5
8#B9BBCF
9#BFC0CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDF
#DDDFFE
Light backgroundsTable row hoverSkeleton loading
200
BFC3
#BFC3FD
Secondary backgroundsInput backgroundsDividers
300
8E95
#8E95FB
BordersInactive statesPlaceholder text
400
535E
#535EF9
Disabled statesSecondary iconsMuted text
500
2230
#2230F7
Primary brand colorCTAsActive elementsLinks
600
0816
#0816D9
Hover statesFocus ringsPrimary buttons hover
700
0611
#0611AC
Active/pressed statesDark mode accentsSecondary text
800
040C
#040C7B
Text on light backgroundsHeadingsStrong borders
900
0308
#03084F
Primary textHigh emphasis contentDark headings
950
0205
#020531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F1FE;
  --sky-blue-100: #DDDFFE;
  --sky-blue-200: #BFC3FD;
  --sky-blue-300: #8E95FB;
  --sky-blue-400: #535EF9;
  --sky-blue-500: #2230F7;
  --sky-blue-600: #0816D9;
  --sky-blue-700: #0611AC;
  --sky-blue-800: #040C7B;
  --sky-blue-900: #03084F;
  --sky-blue-950: #020531;
}
Generate More ShadesCreate PaletteConvert Color