Sky Blue

#A2D0E6

Blue

Color Codes

All color formats for development

HEX
#A2D0E6
RGB
rgb(162, 208, 230)
HSL
hsl(199, 58%, 77%)
OKLCH
oklch(0.832 0.057 228.8)
CMYK
cmyk(30%, 10%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F1
200
#CBE5
300
#A2D1
400
#72B9
500
#4AA5
600
#2F88
700
#256C
800
#1B4D
900
#1131
950
#0B1F

Shades

Darker variations

1#83C1DE
2#64B2D6
3#45A2CE
4#318FBA
5#29779B
6#215F7C
7#19475D
8#10303E
9#08181F

Tints

Lighter variations

1#ACD5E9
2#B5DAEB
3#BEDFEE
4#C7E3F0
5#D1E8F3
6#DAEDF5
7#E3F1F8
8#ECF6FA
9#F6FAFD

Tones

Muted variations

1#A6D0E3
2#A9CEE0
3#ADCDDC
4#B0CCD9
5#B3CBD5
6#B7C9D2
7#BAC8CF
8#BEC7CB
9#C1C6C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F1
#E3F1F8
Light backgroundsTable row hoverSkeleton loading
200
CBE5
#CBE5F1
Secondary backgroundsInput backgroundsDividers
300
A2D1
#A2D1E6
BordersInactive statesPlaceholder text
400
72B9
#72B9DA
Disabled statesSecondary iconsMuted text
500
4AA5
#4AA5CF
Primary brand colorCTAsActive elementsLinks
600
2F88
#2F88B1
Hover statesFocus ringsPrimary buttons hover
700
256C
#256C8D
Active/pressed statesDark mode accentsSecondary text
800
1B4D
#1B4D65
Text on light backgroundsHeadingsStrong borders
900
1131
#113140
Primary textHigh emphasis contentDark headings
950
0B1F
#0B1F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F9FC;
  --sky-blue-100: #E3F1F8;
  --sky-blue-200: #CBE5F1;
  --sky-blue-300: #A2D1E6;
  --sky-blue-400: #72B9DA;
  --sky-blue-500: #4AA5CF;
  --sky-blue-600: #2F88B1;
  --sky-blue-700: #256C8D;
  --sky-blue-800: #1B4D65;
  --sky-blue-900: #113140;
  --sky-blue-950: #0B1F28;
}
Generate More ShadesCreate PaletteConvert Color