Sky Blue

#A4AAE5

Blue

Color Codes

All color formats for development

HEX
#A4AAE5
RGB
rgb(164, 170, 229)
HSL
hsl(234, 56%, 77%)
OKLCH
oklch(0.755 0.085 279.6)
CMYK
cmyk(28%, 26%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.22:1

AA AAA

On Black Background

9.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E3E5
200
#CBCF
300
#A4AA
400
#747E
500
#4C59
600
#313E
700
#2731
800
#1C23
900
#1217
950
#0B0E

Shades

Darker variations

1#858EDD
2#6671D4
3#4855CB
4#3441B8
5#2B3699
6#232B7B
7#1A215C
8#11163D
9#090B1F

Tints

Lighter variations

1#ADB3E8
2#B6BBEA
3#BFC4ED
4#C8CCF0
5#D1D5F2
6#DADDF5
7#E4E6F7
8#EDEEFA
9#F6F7FC

Tones

Muted variations

1#A7ADE2
2#AAAFDF
3#ADB2DB
4#B1B5D8
5#B4B7D5
6#B7BAD1
7#BABCCE
8#BEBFCB
9#C1C2C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E5
#E3E5F7
Light backgroundsTable row hoverSkeleton loading
200
CBCF
#CBCFF0
Secondary backgroundsInput backgroundsDividers
300
A4AA
#A4AAE5
BordersInactive statesPlaceholder text
400
747E
#747ED8
Disabled statesSecondary iconsMuted text
500
4C59
#4C59CD
Primary brand colorCTAsActive elementsLinks
600
313E
#313EAF
Hover statesFocus ringsPrimary buttons hover
700
2731
#27318B
Active/pressed statesDark mode accentsSecondary text
800
1C23
#1C2363
Text on light backgroundsHeadingsStrong borders
900
1217
#121740
Primary textHigh emphasis contentDark headings
950
0B0E
#0B0E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F4FC;
  --sky-blue-100: #E3E5F7;
  --sky-blue-200: #CBCFF0;
  --sky-blue-300: #A4AAE5;
  --sky-blue-400: #747ED8;
  --sky-blue-500: #4C59CD;
  --sky-blue-600: #313EAF;
  --sky-blue-700: #27318B;
  --sky-blue-800: #1C2363;
  --sky-blue-900: #121740;
  --sky-blue-950: #0B0E28;
}
Generate More ShadesCreate PaletteConvert Color