Sky Blue

#A2B4E7

Blue

Color Codes

All color formats for development

HEX
#A2B4E7
RGB
rgb(162, 180, 231)
HSL
hsl(224, 59%, 77%)
OKLCH
oklch(0.774 0.076 269.5)
CMYK
cmyk(30%, 22%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E3E8
200
#CAD5
300
#A2B4
400
#718D
500
#496D
600
#2E51
700
#2541
800
#1A2E
900
#111E
950
#0A12

Shades

Darker variations

1#839BDF
2#6382D7
3#4469CF
4#3055BB
5#28479C
6#20397D
7#182B5E
8#101C3E
9#080E1F

Tints

Lighter variations

1#ABBCE9
2#B4C3EC
3#BECBEE
4#C7D2F1
5#D0DAF3
6#DAE1F5
7#E3E9F8
8#ECF0FA
9#F6F8FD

Tones

Muted variations

1#A5B6E3
2#A9B7E0
3#ACB9DD
4#B0BBD9
5#B3BCD6
6#B7BED2
7#BAC0CF
8#BDC1CB
9#C1C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E8
#E3E8F8
Light backgroundsTable row hoverSkeleton loading
200
CAD5
#CAD5F1
Secondary backgroundsInput backgroundsDividers
300
A2B4
#A2B4E7
BordersInactive statesPlaceholder text
400
718D
#718DDA
Disabled statesSecondary iconsMuted text
500
496D
#496DD0
Primary brand colorCTAsActive elementsLinks
600
2E51
#2E51B2
Hover statesFocus ringsPrimary buttons hover
700
2541
#25418E
Active/pressed statesDark mode accentsSecondary text
800
1A2E
#1A2E65
Text on light backgroundsHeadingsStrong borders
900
111E
#111E41
Primary textHigh emphasis contentDark headings
950
0A12
#0A1229
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F5FC;
  --sky-blue-100: #E3E8F8;
  --sky-blue-200: #CAD5F1;
  --sky-blue-300: #A2B4E7;
  --sky-blue-400: #718DDA;
  --sky-blue-500: #496DD0;
  --sky-blue-600: #2E51B2;
  --sky-blue-700: #25418E;
  --sky-blue-800: #1A2E65;
  --sky-blue-900: #111E41;
  --sky-blue-950: #0A1229;
}
Generate More ShadesCreate PaletteConvert Color