Sky Blue

#8C95FD

Blue

Color Codes

All color formats for development

HEX
#8C95FD
RGB
rgb(140, 149, 253)
HSL
hsl(235, 97%, 77%)
OKLCH
oklch(0.708 0.151 278.1)
CMYK
cmyk(45%, 41%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DCDF
200
#BEC3
300
#8B95
400
#4F5E
500
#1D2F
600
#0316
700
#0311
800
#020C
900
#0108
950
#0105

Shades

Darker variations

1#6571FD
2#3E4EFC
3#172AFB
4#0417E8
5#0313C1
6#020F9B
7#020B74
8#01084D
9#010427

Tints

Lighter variations

1#97A0FD
2#A3AAFE
3#AEB5FE
4#BABFFE
5#C5CAFE
6#D1D5FE
7#DCDFFE
8#E8EAFF
9#F3F4FF

Tones

Muted variations

1#919AF8
2#979EF2
3#9DA3EC
4#A2A8E6
5#A8ADE1
6#AEB1DB
7#B3B6D5
8#B9BBD0
9#BFC0CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDF
#DCDFFE
Light backgroundsTable row hoverSkeleton loading
200
BEC3
#BEC3FE
Secondary backgroundsInput backgroundsDividers
300
8B95
#8B95FD
BordersInactive statesPlaceholder text
400
4F5E
#4F5EFC
Disabled statesSecondary iconsMuted text
500
1D2F
#1D2FFC
Primary brand colorCTAsActive elementsLinks
600
0316
#0316DD
Hover statesFocus ringsPrimary buttons hover
700
0311
#0311B0
Active/pressed statesDark mode accentsSecondary text
800
020C
#020C7E
Text on light backgroundsHeadingsStrong borders
900
0108
#010850
Primary textHigh emphasis contentDark headings
950
0105
#010532
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F1FF;
  --sky-blue-100: #DCDFFE;
  --sky-blue-200: #BEC3FE;
  --sky-blue-300: #8B95FD;
  --sky-blue-400: #4F5EFC;
  --sky-blue-500: #1D2FFC;
  --sky-blue-600: #0316DD;
  --sky-blue-700: #0311B0;
  --sky-blue-800: #020C7E;
  --sky-blue-900: #010850;
  --sky-blue-950: #010532;
}
Generate More ShadesCreate PaletteConvert Color