Sky Blue

#8BF4FE

Cyan

Color Codes

All color formats for development

HEX
#8BF4FE
RGB
rgb(139, 244, 254)
HSL
hsl(185, 98%, 77%)
OKLCH
oklch(0.907 0.099 203.5)
CMYK
cmyk(45%, 4%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BDF9
300
#8BF4
400
#4EEF
500
#1CEA
600
#02CC
700
#02A2
800
#0174
900
#014A
950
#012E

Shades

Darker variations

1#64F1FD
2#3DEDFD
3#16E9FD
4#02D6E9
5#02B2C2
6#028F9C
7#016B75
8#01474E
9#002427

Tints

Lighter variations

1#96F5FE
2#A2F6FE
3#AEF7FE
4#B9F9FE
5#C5FAFE
6#D1FBFF
7#DCFCFF
8#E8FDFF
9#F3FEFF

Tones

Muted variations

1#91EFF8
2#96EBF2
3#9CE6ED
4#A2E1E7
5#A8DCE1
6#ADD8DB
7#B3D3D6
8#B9CED0
9#BFC9CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFC
#DCFCFF
Light backgroundsTable row hoverSkeleton loading
200
BDF9
#BDF9FE
Secondary backgroundsInput backgroundsDividers
300
8BF4
#8BF4FE
BordersInactive statesPlaceholder text
400
4EEF
#4EEFFD
Disabled statesSecondary iconsMuted text
500
1CEA
#1CEAFD
Primary brand colorCTAsActive elementsLinks
600
02CC
#02CCDE
Hover statesFocus ringsPrimary buttons hover
700
02A2
#02A2B1
Active/pressed statesDark mode accentsSecondary text
800
0174
#01747E
Text on light backgroundsHeadingsStrong borders
900
014A
#014A51
Primary textHigh emphasis contentDark headings
950
012E
#012E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFF;
  --sky-blue-100: #DCFCFF;
  --sky-blue-200: #BDF9FE;
  --sky-blue-300: #8BF4FE;
  --sky-blue-400: #4EEFFD;
  --sky-blue-500: #1CEAFD;
  --sky-blue-600: #02CCDE;
  --sky-blue-700: #02A2B1;
  --sky-blue-800: #01747E;
  --sky-blue-900: #014A51;
  --sky-blue-950: #012E32;
}
Generate More ShadesCreate PaletteConvert Color