Sky Blue

#8DB6BF

Cyan

Color Codes

All color formats for development

HEX
#8DB6BF
RGB
rgb(141, 182, 191)
HSL
hsl(191, 28%, 65%)
OKLCH
oklch(0.75 0.046 212.6)
CMYK
cmyk(26%, 5%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.19:1

AA AAA

On Black Background

9.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D5E4
300
#B4CF
400
#8DB6
500
#6CA1
600
#5184
700
#4069
800
#2E4B
900
#1D30
950
#121E

Shades

Darker variations

1#78A8B3
2#629AA7
3#548995
4#48757F
5#3C626A
6#304E55
7#243B40
8#18272A
9#0C1415

Tints

Lighter variations

1#98BDC5
2#A4C4CC
3#AFCCD2
4#BAD3D8
5#C6DADF
6#D1E2E5
7#DDE9EC
8#E8F0F2
9#F4F8F9

Tones

Muted variations

1#8FB4BC
2#92B2BA
3#94B1B7
4#97AFB5
5#99AEB2
6#9CACB0
7#9EAAAD
8#A1A9AB
9#A3A7A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D5E4
#D5E4E7
Secondary backgroundsInput backgroundsDividers
300
B4CF
#B4CFD5
BordersInactive statesPlaceholder text
400
8DB6
#8DB6BF
Disabled statesSecondary iconsMuted text
500
6CA1
#6CA1AC
Primary brand colorCTAsActive elementsLinks
600
5184
#518490
Hover statesFocus ringsPrimary buttons hover
700
4069
#406972
Active/pressed statesDark mode accentsSecondary text
800
2E4B
#2E4B52
Text on light backgroundsHeadingsStrong borders
900
1D30
#1D3034
Primary textHigh emphasis contentDark headings
950
121E
#121E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F9F9;
  --sky-blue-100: #E8F0F2;
  --sky-blue-200: #D5E4E7;
  --sky-blue-300: #B4CFD5;
  --sky-blue-400: #8DB6BF;
  --sky-blue-500: #6CA1AC;
  --sky-blue-600: #518490;
  --sky-blue-700: #406972;
  --sky-blue-800: #2E4B52;
  --sky-blue-900: #1D3034;
  --sky-blue-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color