Sky Blue

#82B0C9

Blue

Color Codes

All color formats for development

HEX
#82B0C9
RGB
rgb(130, 176, 201)
HSL
hsl(201, 40%, 65%)
OKLCH
oklch(0.733 0.061 232.4)
CMYK
cmyk(35%, 12%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EF
200
#D1E2
300
#ADCB
400
#82B0
500
#5E9A
600
#437E
700
#3664
800
#2647
900
#182E
950
#0F1D

Shades

Darker variations

1#6BA2C0
2#5493B6
3#4682A2
4#3C6F8B
5#325D74
6#284A5D
7#1E3846
8#14252E
9#0A1317

Tints

Lighter variations

1#8FB8CF
2#9BC0D4
3#A8C8DA
4#B4D0DF
5#C1D8E4
6#CDE0EA
7#DAE7EF
8#E6EFF4
9#F3F7FA

Tones

Muted variations

1#86AFC6
2#89AEC2
3#8DADBF
4#90ACBB
5#94ABB8
6#97AAB4
7#9BA9B0
8#9FA8AD
9#A2A7A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EF
#E6EFF4
Light backgroundsTable row hoverSkeleton loading
200
D1E2
#D1E2EB
Secondary backgroundsInput backgroundsDividers
300
ADCB
#ADCBDC
BordersInactive statesPlaceholder text
400
82B0
#82B0C9
Disabled statesSecondary iconsMuted text
500
5E9A
#5E9ABA
Primary brand colorCTAsActive elementsLinks
600
437E
#437E9D
Hover statesFocus ringsPrimary buttons hover
700
3664
#36647D
Active/pressed statesDark mode accentsSecondary text
800
2647
#264759
Text on light backgroundsHeadingsStrong borders
900
182E
#182E39
Primary textHigh emphasis contentDark headings
950
0F1D
#0F1D24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F8FA;
  --sky-blue-100: #E6EFF4;
  --sky-blue-200: #D1E2EB;
  --sky-blue-300: #ADCBDC;
  --sky-blue-400: #82B0C9;
  --sky-blue-500: #5E9ABA;
  --sky-blue-600: #437E9D;
  --sky-blue-700: #36647D;
  --sky-blue-800: #264759;
  --sky-blue-900: #182E39;
  --sky-blue-950: #0F1D24;
}
Generate More ShadesCreate PaletteConvert Color