Sky Blue

#958CFD

Blue

Color Codes

All color formats for development

HEX
#958CFD
RGB
rgb(149, 140, 253)
HSL
hsl(245, 97%, 77%)
OKLCH
oklch(0.698 0.162 285)
CMYK
cmyk(41%, 45%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.82:1

AA AAA

On Black Background

7.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C3BE
300
#958B
400
#5E4F
500
#2F1D
600
#1603
700
#1103
800
#0C02
900
#0801
950
#0501

Shades

Darker variations

1#7165FD
2#4E3EFC
3#2A17FB
4#1704E8
5#1303C1
6#0F029B
7#0B0274
8#08014D
9#040127

Tints

Lighter variations

1#A097FD
2#AAA3FE
3#B5AEFE
4#BFBAFE
5#CAC5FE
6#D5D1FE
7#DFDCFE
8#EAE8FF
9#F4F3FF

Tones

Muted variations

1#9A91F8
2#9E97F2
3#A39DEC
4#A8A2E6
5#ADA8E1
6#B1AEDB
7#B6B3D5
8#BBB9D0
9#C0BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C3BE
#C3BEFE
Secondary backgroundsInput backgroundsDividers
300
958B
#958BFD
BordersInactive statesPlaceholder text
400
5E4F
#5E4FFC
Disabled statesSecondary iconsMuted text
500
2F1D
#2F1DFC
Primary brand colorCTAsActive elementsLinks
600
1603
#1603DD
Hover statesFocus ringsPrimary buttons hover
700
1103
#1103B0
Active/pressed statesDark mode accentsSecondary text
800
0C02
#0C027E
Text on light backgroundsHeadingsStrong borders
900
0801
#080150
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F0FF;
  --sky-blue-100: #DFDCFE;
  --sky-blue-200: #C3BEFE;
  --sky-blue-300: #958BFD;
  --sky-blue-400: #5E4FFC;
  --sky-blue-500: #2F1DFC;
  --sky-blue-600: #1603DD;
  --sky-blue-700: #1103B0;
  --sky-blue-800: #0C027E;
  --sky-blue-900: #080150;
  --sky-blue-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color