Sky Blue

#8BEEFE

Cyan

Color Codes

All color formats for development

HEX
#8BEEFE
RGB
rgb(139, 238, 254)
HSL
hsl(188, 98%, 77%)
OKLCH
oklch(0.894 0.096 208.9)
CMYK
cmyk(45%, 6%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BDF6
300
#8BEE
400
#4EE6
500
#1CDF
600
#02C1
700
#0299
800
#016E
900
#0146
950
#012C

Shades

Darker variations

1#64E9FD
2#3DE3FD
3#16DEFD
4#02CAE9
5#02A9C2
6#02879C
7#016575
8#01434E
9#002227

Tints

Lighter variations

1#96F0FE
2#A2F2FE
3#AEF3FE
4#B9F5FE
5#C5F7FE
6#D1F8FF
7#DCFAFF
8#E8FCFF
9#F3FDFF

Tones

Muted variations

1#91EAF8
2#96E6F2
3#9CE2ED
4#A2DEE7
5#A8D9E1
6#ADD5DB
7#B3D1D6
8#B9CDD0
9#BFC9CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFF
Light backgroundsTable row hoverSkeleton loading
200
BDF6
#BDF6FE
Secondary backgroundsInput backgroundsDividers
300
8BEE
#8BEEFE
BordersInactive statesPlaceholder text
400
4EE6
#4EE6FD
Disabled statesSecondary iconsMuted text
500
1CDF
#1CDFFD
Primary brand colorCTAsActive elementsLinks
600
02C1
#02C1DE
Hover statesFocus ringsPrimary buttons hover
700
0299
#0299B1
Active/pressed statesDark mode accentsSecondary text
800
016E
#016E7E
Text on light backgroundsHeadingsStrong borders
900
0146
#014651
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFF;
  --sky-blue-100: #DCFAFF;
  --sky-blue-200: #BDF6FE;
  --sky-blue-300: #8BEEFE;
  --sky-blue-400: #4EE6FD;
  --sky-blue-500: #1CDFFD;
  --sky-blue-600: #02C1DE;
  --sky-blue-700: #0299B1;
  --sky-blue-800: #016E7E;
  --sky-blue-900: #014651;
  --sky-blue-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color