Sky Blue

#A1B9E8

Blue

Color Codes

All color formats for development

HEX
#A1B9E8
RGB
rgb(161, 185, 232)
HSL
hsl(220, 61%, 77%)
OKLCH
oklch(0.784 0.072 263.6)
CMYK
cmyk(31%, 20%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EA
200
#CAD7
300
#A1B8
400
#6F94
500
#4675
600
#2C59
700
#2347
800
#1933
900
#1021
950
#0A14

Shades

Darker variations

1#81A1E0
2#6189D9
3#4272D1
4#2E5EBE
5#264E9E
6#1F3F7E
7#172F5F
8#0F1F3F
9#081020

Tints

Lighter variations

1#AABFEA
2#B3C7ED
3#BDCEEF
4#C6D5F1
5#D0DCF4
6#D9E3F6
7#E3EAF8
8#ECF1FA
9#F6F8FD

Tones

Muted variations

1#A4BAE5
2#A8BBE1
3#ABBCDD
4#AFBDDA
5#B2BED6
6#B6C0D3
7#BAC1CF
8#BDC2CC
9#C1C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EA
#E2EAF8
Light backgroundsTable row hoverSkeleton loading
200
CAD7
#CAD7F2
Secondary backgroundsInput backgroundsDividers
300
A1B8
#A1B8E8
BordersInactive statesPlaceholder text
400
6F94
#6F94DC
Disabled statesSecondary iconsMuted text
500
4675
#4675D2
Primary brand colorCTAsActive elementsLinks
600
2C59
#2C59B5
Hover statesFocus ringsPrimary buttons hover
700
2347
#234790
Active/pressed statesDark mode accentsSecondary text
800
1933
#193367
Text on light backgroundsHeadingsStrong borders
900
1021
#102142
Primary textHigh emphasis contentDark headings
950
0A14
#0A1429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FC;
  --sky-blue-100: #E2EAF8;
  --sky-blue-200: #CAD7F2;
  --sky-blue-300: #A1B8E8;
  --sky-blue-400: #6F94DC;
  --sky-blue-500: #4675D2;
  --sky-blue-600: #2C59B5;
  --sky-blue-700: #234790;
  --sky-blue-800: #193367;
  --sky-blue-900: #102142;
  --sky-blue-950: #0A1429;
}
Generate More ShadesCreate PaletteConvert Color