Sky Blue

#A3AEE6

Blue

Color Codes

All color formats for development

HEX
#A3AEE6
RGB
rgb(163, 174, 230)
HSL
hsl(230, 57%, 77%)
OKLCH
oklch(0.762 0.081 275.7)
CMYK
cmyk(29%, 24%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E3E6
200
#CBD1
300
#A3AE
400
#7384
500
#4B61
600
#3046
700
#2637
800
#1B28
900
#1219
950
#0B10

Shades

Darker variations

1#8493DD
2#6578D5
3#465DCC
4#3349B9
5#2A3D9A
6#22317B
7#19255C
8#11183E
9#080C1F

Tints

Lighter variations

1#ACB6E8
2#B5BEEB
3#BFC6ED
4#C8CEF0
5#D1D7F2
6#DADFF5
7#E3E7F7
8#EDEFFA
9#F6F7FC

Tones

Muted variations

1#A6B0E2
2#AAB3DF
3#ADB5DC
4#B0B7D8
5#B4B9D5
6#B7BBD2
7#BABECE
8#BEC0CB
9#C1C2C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E6
#E3E6F7
Light backgroundsTable row hoverSkeleton loading
200
CBD1
#CBD1F1
Secondary backgroundsInput backgroundsDividers
300
A3AE
#A3AEE6
BordersInactive statesPlaceholder text
400
7384
#7384D9
Disabled statesSecondary iconsMuted text
500
4B61
#4B61CE
Primary brand colorCTAsActive elementsLinks
600
3046
#3046B0
Hover statesFocus ringsPrimary buttons hover
700
2637
#26378C
Active/pressed statesDark mode accentsSecondary text
800
1B28
#1B2864
Text on light backgroundsHeadingsStrong borders
900
1219
#121940
Primary textHigh emphasis contentDark headings
950
0B10
#0B1028
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F4FC;
  --sky-blue-100: #E3E6F7;
  --sky-blue-200: #CBD1F1;
  --sky-blue-300: #A3AEE6;
  --sky-blue-400: #7384D9;
  --sky-blue-500: #4B61CE;
  --sky-blue-600: #3046B0;
  --sky-blue-700: #26378C;
  --sky-blue-800: #1B2864;
  --sky-blue-900: #121940;
  --sky-blue-950: #0B1028;
}
Generate More ShadesCreate PaletteConvert Color