Sky Blue

#A6BAE2

Blue

Color Codes

All color formats for development

HEX
#A6BAE2
RGB
rgb(166, 186, 226)
HSL
hsl(220, 51%, 77%)
OKLCH
oklch(0.787 0.061 264.1)
CMYK
cmyk(27%, 18%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EA
200
#CDD8
300
#A6BA
400
#7897
500
#5279
600
#375D
700
#2C4A
800
#1F35
900
#1422
950
#0C15

Shades

Darker variations

1#89A3D9
2#6B8CCF
3#4D75C5
4#3A62B2
5#305194
6#264177
7#1D3159
8#13213B
9#0A101E

Tints

Lighter variations

1#AFC1E5
2#B8C8E8
3#C1CFEB
4#CAD6EE
5#D3DDF1
6#DCE4F4
7#E4EAF6
8#EDF1F9
9#F6F8FC

Tones

Muted variations

1#A9BBDF
2#ACBCDC
3#AFBDD9
4#B2BED6
5#B5BFD3
6#B8C0D0
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
E4EA
#E4EAF6
Light backgroundsTable row hoverSkeleton loading
200
CDD8
#CDD8EF
Secondary backgroundsInput backgroundsDividers
300
A6BA
#A6BAE2
BordersInactive statesPlaceholder text
400
7897
#7897D3
Disabled statesSecondary iconsMuted text
500
5279
#5279C7
Primary brand colorCTAsActive elementsLinks
600
375D
#375DA9
Hover statesFocus ringsPrimary buttons hover
700
2C4A
#2C4A87
Active/pressed statesDark mode accentsSecondary text
800
1F35
#1F3560
Text on light backgroundsHeadingsStrong borders
900
1422
#14223E
Primary textHigh emphasis contentDark headings
950
0C15
#0C1527
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FB;
  --sky-blue-100: #E4EAF6;
  --sky-blue-200: #CDD8EF;
  --sky-blue-300: #A6BAE2;
  --sky-blue-400: #7897D3;
  --sky-blue-500: #5279C7;
  --sky-blue-600: #375DA9;
  --sky-blue-700: #2C4A87;
  --sky-blue-800: #1F3560;
  --sky-blue-900: #14223E;
  --sky-blue-950: #0C1527;
}
Generate More ShadesCreate PaletteConvert Color