Sky Blue

#8AFFEF

Cyan

Color Codes

All color formats for development

HEX
#8AFFEF
RGB
rgb(138, 255, 239)
HSL
hsl(172, 100%, 77%)
OKLCH
oklch(0.927 0.11 184.1)
CMYK
cmyk(46%, 0%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#62FFEA
2#3BFFE5
3#14FFE0
4#00ECCC
5#00C4AA
6#009D88
7#007666
8#004F44
9#002722

Tints

Lighter variations

1#95FFF1
2#A1FFF2
3#ADFFF4
4#B9FFF6
5#C4FFF7
6#D0FFF9
7#DCFFFA
8#E8FFFC
9#F3FFFD

Tones

Muted variations

1#90F9EB
2#95F3E7
3#9BEDE2
4#A1E8DE
5#A7E2DA
6#ADDCD6
7#B3D6D1
8#B9D0CD
9#BECAC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE7
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C2
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39B
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806F
Text on light backgroundsHeadingsStrong borders
900
0052
#005247
Primary textHigh emphasis contentDark headings
950
0033
#00332C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FFFD;
  --sky-blue-100: #DBFFFA;
  --sky-blue-200: #BDFFF6;
  --sky-blue-300: #8AFFEF;
  --sky-blue-400: #4DFFE7;
  --sky-blue-500: #1AFFE0;
  --sky-blue-600: #00E0C2;
  --sky-blue-700: #00B39B;
  --sky-blue-800: #00806F;
  --sky-blue-900: #005247;
  --sky-blue-950: #00332C;
}
Generate More ShadesCreate PaletteConvert Color