Sky Blue

#A294F5

Blue

Color Codes

All color formats for development

HEX
#A294F5
RGB
rgb(162, 148, 245)
HSL
hsl(249, 83%, 77%)
OKLCH
oklch(0.718 0.139 289)
CMYK
cmyk(34%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DE
200
#CBC2
300
#A294
400
#725C
500
#4A2D
600
#2F13
700
#250F
800
#1B0B
900
#1107
950
#0B04

Shades

Darker variations

1#8370F2
2#644CEE
3#4528EB
4#3114D8
5#2911B4
6#210D90
7#190A6C
8#100748
9#080324

Tints

Lighter variations

1#AC9EF6
2#B5A9F7
3#BEB4F8
4#C7BFF9
5#D1C9FA
6#DAD4FB
7#E3DFFC
8#ECEAFD
9#F6F4FE

Tones

Muted variations

1#A699F0
2#A99DEB
3#ACA2E6
4#B0A7E2
5#B3ACDD
6#B7B1D8
7#BAB6D3
8#BEBBCE
9#C1BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DE
#E3DEFC
Light backgroundsTable row hoverSkeleton loading
200
CBC2
#CBC2F9
Secondary backgroundsInput backgroundsDividers
300
A294
#A294F5
BordersInactive statesPlaceholder text
400
725C
#725CF0
Disabled statesSecondary iconsMuted text
500
4A2D
#4A2DEB
Primary brand colorCTAsActive elementsLinks
600
2F13
#2F13CD
Hover statesFocus ringsPrimary buttons hover
700
250F
#250FA3
Active/pressed statesDark mode accentsSecondary text
800
1B0B
#1B0B75
Text on light backgroundsHeadingsStrong borders
900
1107
#11074B
Primary textHigh emphasis contentDark headings
950
0B04
#0B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F1FE;
  --sky-blue-100: #E3DEFC;
  --sky-blue-200: #CBC2F9;
  --sky-blue-300: #A294F5;
  --sky-blue-400: #725CF0;
  --sky-blue-500: #4A2DEB;
  --sky-blue-600: #2F13CD;
  --sky-blue-700: #250FA3;
  --sky-blue-800: #1B0B75;
  --sky-blue-900: #11074B;
  --sky-blue-950: #0B042F;
}
Generate More ShadesCreate PaletteConvert Color