Sky Blue

#72ABDA

Blue

Color Codes

All color formats for development

HEX
#72ABDA
RGB
rgb(114, 171, 218)
HSL
hsl(207, 58%, 65%)
OKLCH
oklch(0.72 0.091 244.4)
CMYK
cmyk(48%, 22%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CBE0
300
#A2C8
400
#72AB
500
#4A93
600
#2F77
700
#255E
800
#1B43
900
#112B
950
#0B1B

Shades

Darker variations

1#589BD3
2#3E8CCC
3#317BB7
4#2A699D
5#235883
6#1C4669
7#15354F
8#0E2334
9#07121A

Tints

Lighter variations

1#80B3DD
2#8EBCE1
3#9CC4E5
4#AACDE9
5#B8D5EC
6#C7DDF0
7#D5E6F4
8#E3EEF8
9#F1F7FB

Tones

Muted variations

1#77AAD4
2#7CAACF
3#82A9CA
4#87A9C5
5#8CA8C0
6#91A8BA
7#96A7B5
8#9BA7B0
9#A1A6AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF8
Light backgroundsTable row hoverSkeleton loading
200
CBE0
#CBE0F1
Secondary backgroundsInput backgroundsDividers
300
A2C8
#A2C8E6
BordersInactive statesPlaceholder text
400
72AB
#72ABDA
Disabled statesSecondary iconsMuted text
500
4A93
#4A93CF
Primary brand colorCTAsActive elementsLinks
600
2F77
#2F77B1
Hover statesFocus ringsPrimary buttons hover
700
255E
#255E8D
Active/pressed statesDark mode accentsSecondary text
800
1B43
#1B4365
Text on light backgroundsHeadingsStrong borders
900
112B
#112B40
Primary textHigh emphasis contentDark headings
950
0B1B
#0B1B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F8FC;
  --sky-blue-100: #E3EEF8;
  --sky-blue-200: #CBE0F1;
  --sky-blue-300: #A2C8E6;
  --sky-blue-400: #72ABDA;
  --sky-blue-500: #4A93CF;
  --sky-blue-600: #2F77B1;
  --sky-blue-700: #255E8D;
  --sky-blue-800: #1B4365;
  --sky-blue-900: #112B40;
  --sky-blue-950: #0B1B28;
}
Generate More ShadesCreate PaletteConvert Color