Sky Blue

#A4BEE5

Blue

Color Codes

All color formats for development

HEX
#A4BEE5
RGB
rgb(164, 190, 229)
HSL
hsl(216, 56%, 77%)
OKLCH
oklch(0.795 0.063 258.4)
CMYK
cmyk(28%, 17%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3EB
200
#CBDA
300
#A4BE
400
#749C
500
#4C7F
600
#3164
700
#274F
800
#1C39
900
#1224
950
#0B17

Shades

Darker variations

1#85A8DD
2#6692D4
3#487CCB
4#3469B8
5#2B5799
6#23467B
7#1A345C
8#11233D
9#09111F

Tints

Lighter variations

1#ADC4E8
2#B6CBEA
3#BFD1ED
4#C8D8F0
5#D1DEF2
6#DAE5F5
7#E4EBF7
8#EDF2FA
9#F6F8FC

Tones

Muted variations

1#A7BEE2
2#AABFDF
3#ADC0DB
4#B1C0D8
5#B4C1D5
6#B7C2D1
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
A4BE
#A4BEE5
BordersInactive statesPlaceholder text
400
749C
#749CD8
Disabled statesSecondary iconsMuted text
500
4C7F
#4C7FCD
Primary brand colorCTAsActive elementsLinks
600
3164
#3164AF
Hover statesFocus ringsPrimary buttons hover
700
274F
#274F8B
Active/pressed statesDark mode accentsSecondary text
800
1C39
#1C3963
Text on light backgroundsHeadingsStrong borders
900
1224
#122440
Primary textHigh emphasis contentDark headings
950
0B17
#0B1728
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: #A4BEE5;
  --sky-blue-400: #749CD8;
  --sky-blue-500: #4C7FCD;
  --sky-blue-600: #3164AF;
  --sky-blue-700: #274F8B;
  --sky-blue-800: #1C3963;
  --sky-blue-900: #122440;
  --sky-blue-950: #0B1728;
}
Generate More ShadesCreate PaletteConvert Color