Sky Blue

#8CEEFD

Cyan

Color Codes

All color formats for development

HEX
#8CEEFD
RGB
rgb(140, 238, 253)
HSL
hsl(188, 97%, 77%)
OKLCH
oklch(0.894 0.095 208.2)
CMYK
cmyk(45%, 6%, 0%, 1%)

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
#BEF5
300
#8BEE
400
#4FE5
500
#1DDE
600
#03C0
700
#0399
800
#026D
900
#0146
950
#012C

Shades

Darker variations

1#65E8FD
2#3EE3FC
3#17DDFB
4#04CAE8
5#03A8C1
6#02869B
7#026574
8#01434D
9#012227

Tints

Lighter variations

1#97F0FD
2#A3F1FE
3#AEF3FE
4#BAF5FE
5#C5F7FE
6#D1F8FE
7#DCFAFE
8#E8FCFF
9#F3FDFF

Tones

Muted variations

1#91EAF8
2#97E6F2
3#9DE2EC
4#A2DDE6
5#A8D9E1
6#AED5DB
7#B3D1D5
8#B9CDD0
9#BFC9CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF5
#BEF5FE
Secondary backgroundsInput backgroundsDividers
300
8BEE
#8BEEFD
BordersInactive statesPlaceholder text
400
4FE5
#4FE5FC
Disabled statesSecondary iconsMuted text
500
1DDE
#1DDEFC
Primary brand colorCTAsActive elementsLinks
600
03C0
#03C0DD
Hover statesFocus ringsPrimary buttons hover
700
0399
#0399B0
Active/pressed statesDark mode accentsSecondary text
800
026D
#026D7E
Text on light backgroundsHeadingsStrong borders
900
0146
#014650
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: #DCFAFE;
  --sky-blue-200: #BEF5FE;
  --sky-blue-300: #8BEEFD;
  --sky-blue-400: #4FE5FC;
  --sky-blue-500: #1DDEFC;
  --sky-blue-600: #03C0DD;
  --sky-blue-700: #0399B0;
  --sky-blue-800: #026D7E;
  --sky-blue-900: #014650;
  --sky-blue-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color