Sky Blue

#A6B8E3

Blue

Color Codes

All color formats for development

HEX
#A6B8E3
RGB
rgb(166, 184, 227)
HSL
hsl(222, 52%, 77%)
OKLCH
oklch(0.784 0.065 267.1)
CMYK
cmyk(27%, 19%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4E9
200
#CDD7
300
#A6B8
400
#7793
500
#5174
600
#3659
700
#2B47
800
#1F32
900
#1420
950
#0C14

Shades

Darker variations

1#88A0D9
2#6A89D0
3#4C71C7
4#395DB3
5#2F4E95
6#263E77
7#1C2F5A
8#131F3C
9#09101E

Tints

Lighter variations

1#AFBFE6
2#B8C6E8
3#C1CDEB
4#CAD4EE
5#D2DCF1
6#DBE3F4
7#E4EAF7
8#EDF1F9
9#F6F8FC

Tones

Muted variations

1#A9B9E0
2#ACBBDD
3#AFBCDA
4#B2BDD7
5#B5BED4
6#B8BFD1
7#BBC1CD
8#BEC2CA
9#C1C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E9
#E4E9F6
Light backgroundsTable row hoverSkeleton loading
200
CDD7
#CDD7EF
Secondary backgroundsInput backgroundsDividers
300
A6B8
#A6B8E3
BordersInactive statesPlaceholder text
400
7793
#7793D4
Disabled statesSecondary iconsMuted text
500
5174
#5174C8
Primary brand colorCTAsActive elementsLinks
600
3659
#3659AB
Hover statesFocus ringsPrimary buttons hover
700
2B47
#2B4788
Active/pressed statesDark mode accentsSecondary text
800
1F32
#1F3261
Text on light backgroundsHeadingsStrong borders
900
1420
#14203E
Primary textHigh emphasis contentDark headings
950
0C14
#0C1427
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FB;
  --sky-blue-100: #E4E9F6;
  --sky-blue-200: #CDD7EF;
  --sky-blue-300: #A6B8E3;
  --sky-blue-400: #7793D4;
  --sky-blue-500: #5174C8;
  --sky-blue-600: #3659AB;
  --sky-blue-700: #2B4788;
  --sky-blue-800: #1F3261;
  --sky-blue-900: #14203E;
  --sky-blue-950: #0C1427;
}
Generate More ShadesCreate PaletteConvert Color