Sky Blue

#8F96FA

Blue

Color Codes

All color formats for development

HEX
#8F96FA
RGB
rgb(143, 150, 250)
HSL
hsl(236, 91%, 77%)
OKLCH
oklch(0.71 0.145 279)
CMYK
cmyk(43%, 40%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DDDF
200
#C0C4
300
#8F96
400
#555F
500
#2432
600
#0A18
700
#0813
800
#060D
900
#0409
950
#0205

Shades

Darker variations

1#6973F8
2#4450F6
3#1E2DF4
4#0B19E1
5#0915BC
6#071196
7#050C71
8#04084B
9#020426

Tints

Lighter variations

1#9AA1FA
2#A5ABFB
3#B1B6FB
4#BCC0FC
5#C7CBFC
6#D2D5FD
7#DDE0FD
8#E9EAFE
9#F4F5FE

Tones

Muted variations

1#949BF4
2#9A9FEF
3#9FA4EA
4#A4A9E4
5#AAADDF
6#AFB2DA
7#B4B6D4
8#BABBCF
9#BFC0CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDF
#DDDFFD
Light backgroundsTable row hoverSkeleton loading
200
C0C4
#C0C4FC
Secondary backgroundsInput backgroundsDividers
300
8F96
#8F96FA
BordersInactive statesPlaceholder text
400
555F
#555FF7
Disabled statesSecondary iconsMuted text
500
2432
#2432F5
Primary brand colorCTAsActive elementsLinks
600
0A18
#0A18D6
Hover statesFocus ringsPrimary buttons hover
700
0813
#0813AA
Active/pressed statesDark mode accentsSecondary text
800
060D
#060D7A
Text on light backgroundsHeadingsStrong borders
900
0409
#04094E
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: #DDDFFD;
  --sky-blue-200: #C0C4FC;
  --sky-blue-300: #8F96FA;
  --sky-blue-400: #555FF7;
  --sky-blue-500: #2432F5;
  --sky-blue-600: #0A18D6;
  --sky-blue-700: #0813AA;
  --sky-blue-800: #060D7A;
  --sky-blue-900: #04094E;
  --sky-blue-950: #020531;
}
Generate More ShadesCreate PaletteConvert Color