Sky Blue

#A8CEE1

Blue

Color Codes

All color formats for development

HEX
#A8CEE1
RGB
rgb(168, 206, 225)
HSL
hsl(200, 49%, 77%)
OKLCH
oklch(0.83 0.048 229.7)
CMYK
cmyk(25%, 8%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E4F0
200
#CEE3
300
#A8CE
400
#7AB4
500
#549F
600
#3983
700
#2E68
800
#214A
900
#152F
950
#0D1E

Shades

Darker variations

1#8ABED7
2#6DADCD
3#509DC3
4#3C89B0
5#327292
6#285B75
7#1E4558
8#142E3B
9#0A171D

Tints

Lighter variations

1#B0D3E4
2#B9D8E7
3#C2DDEA
4#CBE2ED
5#D3E6F0
6#DCEBF3
7#E5F0F6
8#EEF5F9
9#F6FAFC

Tones

Muted variations

1#AACDDE
2#ADCCDB
3#B0CBD8
4#B3CAD6
5#B6C9D3
6#B9C8D0
7#BCC7CD
8#BFC6CA
9#C1C5C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F0
#E4F0F6
Light backgroundsTable row hoverSkeleton loading
200
CEE3
#CEE3EE
Secondary backgroundsInput backgroundsDividers
300
A8CE
#A8CEE1
BordersInactive statesPlaceholder text
400
7AB4
#7AB4D1
Disabled statesSecondary iconsMuted text
500
549F
#549FC4
Primary brand colorCTAsActive elementsLinks
600
3983
#3983A7
Hover statesFocus ringsPrimary buttons hover
700
2E68
#2E6885
Active/pressed statesDark mode accentsSecondary text
800
214A
#214A5F
Text on light backgroundsHeadingsStrong borders
900
152F
#152F3D
Primary textHigh emphasis contentDark headings
950
0D1E
#0D1E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F9FB;
  --sky-blue-100: #E4F0F6;
  --sky-blue-200: #CEE3EE;
  --sky-blue-300: #A8CEE1;
  --sky-blue-400: #7AB4D1;
  --sky-blue-500: #549FC4;
  --sky-blue-600: #3983A7;
  --sky-blue-700: #2E6885;
  --sky-blue-800: #214A5F;
  --sky-blue-900: #152F3D;
  --sky-blue-950: #0D1E26;
}
Generate More ShadesCreate PaletteConvert Color