Sky Blue

#A5B1E3

Blue

Color Codes

All color formats for development

HEX
#A5B1E3
RGB
rgb(165, 177, 227)
HSL
hsl(228, 53%, 77%)
OKLCH
oklch(0.769 0.073 274.1)
CMYK
cmyk(27%, 22%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

10.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E4E7
200
#CCD3
300
#A5B2
400
#7689
500
#4F68
600
#354D
700
#2A3D
800
#1E2B
900
#131C
950
#0C11

Shades

Darker variations

1#8798DA
2#697ED1
3#4B64C8
4#3750B4
5#2E4396
6#253678
7#1C285A
8#121B3C
9#090D1E

Tints

Lighter variations

1#AEB9E6
2#B7C1E9
3#C0C9EC
4#C9D1EE
5#D2D8F1
6#DBE0F4
7#E4E8F7
8#EDF0F9
9#F6F7FC

Tones

Muted variations

1#A8B4E0
2#ABB5DD
3#AFB7DA
4#B2B9D7
5#B5BBD4
6#B8BDD1
7#BBBFCE
8#BEC1CB
9#C1C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F7
Light backgroundsTable row hoverSkeleton loading
200
CCD3
#CCD3EF
Secondary backgroundsInput backgroundsDividers
300
A5B2
#A5B2E3
BordersInactive statesPlaceholder text
400
7689
#7689D5
Disabled statesSecondary iconsMuted text
500
4F68
#4F68C9
Primary brand colorCTAsActive elementsLinks
600
354D
#354DAC
Hover statesFocus ringsPrimary buttons hover
700
2A3D
#2A3D89
Active/pressed statesDark mode accentsSecondary text
800
1E2B
#1E2B62
Text on light backgroundsHeadingsStrong borders
900
131C
#131C3E
Primary textHigh emphasis contentDark headings
950
0C11
#0C1127
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F5FB;
  --sky-blue-100: #E4E7F7;
  --sky-blue-200: #CCD3EF;
  --sky-blue-300: #A5B2E3;
  --sky-blue-400: #7689D5;
  --sky-blue-500: #4F68C9;
  --sky-blue-600: #354DAC;
  --sky-blue-700: #2A3D89;
  --sky-blue-800: #1E2B62;
  --sky-blue-900: #131C3E;
  --sky-blue-950: #0C1127;
}
Generate More ShadesCreate PaletteConvert Color