Sky Blue

#8AFFE8

Cyan

Color Codes

All color formats for development

HEX
#8AFFE8
RGB
rgb(138, 255, 232)
HSL
hsl(168, 100%, 77%)
OKLCH
oklch(0.925 0.112 179.4)
CMYK
cmyk(46%, 0%, 9%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.55: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#62FFE0
2#3BFFD8
3#14FFD0
4#00ECBC
5#00C49D
6#009D7E
7#00765E
8#004F3F
9#00271F

Tints

Lighter variations

1#95FFEA
2#A1FFEC
3#ADFFEF
4#B9FFF1
5#C4FFF3
6#D0FFF6
7#DCFFF8
8#E8FFFA
9#F3FFFD

Tones

Muted variations

1#90F9E4
2#95F3E1
3#9BEDDD
4#A1E8D9
5#A7E2D6
6#ADDCD2
7#B3D6CF
8#B9D0CB
9#BECAC8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF8
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFDB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD1
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B4
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008066
Text on light backgroundsHeadingsStrong borders
900
0052
#005241
Primary textHigh emphasis contentDark headings
950
0033
#003329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FFFC;
  --sky-blue-100: #DBFFF8;
  --sky-blue-200: #BDFFF2;
  --sky-blue-300: #8AFFE8;
  --sky-blue-400: #4DFFDB;
  --sky-blue-500: #1AFFD1;
  --sky-blue-600: #00E0B4;
  --sky-blue-700: #00B38F;
  --sky-blue-800: #008066;
  --sky-blue-900: #005241;
  --sky-blue-950: #003329;
}
Generate More ShadesCreate PaletteConvert Color