Sky Blue

#8DE7FB

Cyan

Color Codes

All color formats for development

HEX
#8DE7FB
RGB
rgb(141, 231, 251)
HSL
hsl(191, 93%, 77%)
OKLCH
oklch(0.878 0.09 213.5)
CMYK
cmyk(44%, 8%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DDF8
200
#BFF1
300
#8EE7
400
#53DA
500
#22D0
600
#08B2
700
#068E
800
#0465
900
#0341
950
#0229

Shades

Darker variations

1#68DFFA
2#42D7F8
3#1CCFF7
4#08BBE3
5#079CBD
6#057D98
7#045E72
8#033E4C
9#011F26

Tints

Lighter variations

1#99E9FB
2#A4ECFC
3#B0EEFC
4#BBF1FD
5#C6F3FD
6#D2F5FD
7#DDF8FE
8#E8FAFE
9#F4FDFF

Tones

Muted variations

1#93E3F5
2#99E0F0
3#9EDDEB
4#A4D9E5
5#A9D6E0
6#AFD2DA
7#B4CFD5
8#B9CBCF
9#BFC8CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FE
Light backgroundsTable row hoverSkeleton loading
200
BFF1
#BFF1FD
Secondary backgroundsInput backgroundsDividers
300
8EE7
#8EE7FB
BordersInactive statesPlaceholder text
400
53DA
#53DAF9
Disabled statesSecondary iconsMuted text
500
22D0
#22D0F7
Primary brand colorCTAsActive elementsLinks
600
08B2
#08B2D9
Hover statesFocus ringsPrimary buttons hover
700
068E
#068EAC
Active/pressed statesDark mode accentsSecondary text
800
0465
#04657B
Text on light backgroundsHeadingsStrong borders
900
0341
#03414F
Primary textHigh emphasis contentDark headings
950
0229
#022931
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FCFE;
  --sky-blue-100: #DDF8FE;
  --sky-blue-200: #BFF1FD;
  --sky-blue-300: #8EE7FB;
  --sky-blue-400: #53DAF9;
  --sky-blue-500: #22D0F7;
  --sky-blue-600: #08B2D9;
  --sky-blue-700: #068EAC;
  --sky-blue-800: #04657B;
  --sky-blue-900: #03414F;
  --sky-blue-950: #022931;
}
Generate More ShadesCreate PaletteConvert Color