Sky Blue

#A4BDE5

Blue

Color Codes

All color formats for development

HEX
#A4BDE5
RGB
rgb(164, 189, 229)
HSL
hsl(217, 56%, 77%)
OKLCH
oklch(0.793 0.063 259.7)
CMYK
cmyk(28%, 17%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

10.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3EB
200
#CBDA
300
#A4BD
400
#749A
500
#4C7D
600
#3162
700
#274E
800
#1C37
900
#1223
950
#0B16

Shades

Darker variations

1#85A6DD
2#6690D4
3#487ACB
4#3466B8
5#2B5599
6#23447B
7#1A335C
8#11223D
9#09111F

Tints

Lighter variations

1#ADC3E8
2#B6CAEA
3#BFD1ED
4#C8D7F0
5#D1DEF2
6#DAE4F5
7#E4EBF7
8#EDF2FA
9#F6F8FC

Tones

Muted variations

1#A7BDE2
2#AABEDF
3#ADBFDB
4#B1C0D8
5#B4C1D5
6#B7C1D1
7#BAC2CE
8#BEC3CB
9#C1C4C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EB
#E3EBF7
Light backgroundsTable row hoverSkeleton loading
200
CBDA
#CBDAF0
Secondary backgroundsInput backgroundsDividers
300
A4BD
#A4BDE5
BordersInactive statesPlaceholder text
400
749A
#749AD8
Disabled statesSecondary iconsMuted text
500
4C7D
#4C7DCD
Primary brand colorCTAsActive elementsLinks
600
3162
#3162AF
Hover statesFocus ringsPrimary buttons hover
700
274E
#274E8B
Active/pressed statesDark mode accentsSecondary text
800
1C37
#1C3763
Text on light backgroundsHeadingsStrong borders
900
1223
#122340
Primary textHigh emphasis contentDark headings
950
0B16
#0B1628
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FC;
  --sky-blue-100: #E3EBF7;
  --sky-blue-200: #CBDAF0;
  --sky-blue-300: #A4BDE5;
  --sky-blue-400: #749AD8;
  --sky-blue-500: #4C7DCD;
  --sky-blue-600: #3162AF;
  --sky-blue-700: #274E8B;
  --sky-blue-800: #1C3763;
  --sky-blue-900: #122340;
  --sky-blue-950: #0B1628;
}
Generate More ShadesCreate PaletteConvert Color