White

#F0FFFE

Cyan

Color Codes

All color formats for development

HEX
#F0FFFE
RGB
rgb(240, 255, 254)
HSL
hsl(176, 100%, 97%)
OKLCH
oklch(0.989 0.016 192.1)
CMYK
cmyk(6%, 0%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.03:1

AA AAA

On Black Background

20.44: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#BEFFFB
2#8DFFF7
3#5BFFF4
4#2AFFF1
5#00F7E7
6#00C6B9
7#00948B
8#00635C
9#00312E

Tints

Lighter variations

1#F1FFFE
2#F3FFFE
3#F4FFFE
4#F6FFFE
5#F7FFFE
6#F9FFFF
7#FAFFFF
8#FCFFFF
9#FDFFFF

Tones

Muted variations

1#F0FEFD
2#F1FDFD
3#F2FDFC
4#F3FCFB
5#F4FBFB
6#F4FAFA
7#F5FAF9
8#F6F9F9
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFD
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFB
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF7
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF3
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFF0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0D1
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A7
Active/pressed statesDark mode accentsSecondary text
800
0080
#008077
Text on light backgroundsHeadingsStrong borders
900
0052
#00524C
Primary textHigh emphasis contentDark headings
950
0033
#003330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F0FFFE;
  --white-100: #DBFFFD;
  --white-200: #BDFFFB;
  --white-300: #8AFFF7;
  --white-400: #4DFFF3;
  --white-500: #1AFFF0;
  --white-600: #00E0D1;
  --white-700: #00B3A7;
  --white-800: #008077;
  --white-900: #00524C;
  --white-950: #003330;
}
Generate More ShadesCreate PaletteConvert Color