White

#F0FFFF

Cyan

Color Codes

All color formats for development

HEX
#F0FFFF
RGB
rgb(240, 255, 255)
HSL
hsl(180, 100%, 97%)
OKLCH
oklch(0.989 0.016 196.9)
CMYK
cmyk(6%, 0%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.03:1

AA AAA

On Black Background

20.45: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#BEFFFF
2#8DFFFF
3#5BFFFF
4#2AFFFF
5#00F7F7
6#00C6C6
7#009494
8#006363
9#003131

Tints

Lighter variations

1#F1FFFF
2#F3FFFF
3#F4FFFF
4#F6FFFF
5#F7FFFF
6#F9FFFF
7#FAFFFF
8#FCFFFF
9#FDFFFF

Tones

Muted variations

1#F0FEFE
2#F1FDFD
3#F2FDFD
4#F3FCFC
5#F4FBFB
6#F4FAFA
7#F5FAFA
8#F6F9F9
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F0FFFF;
  --white-100: #DBFFFF;
  --white-200: #BDFFFF;
  --white-300: #8AFFFF;
  --white-400: #4DFFFF;
  --white-500: #1AFFFF;
  --white-600: #00E0E0;
  --white-700: #00B3B3;
  --white-800: #008080;
  --white-900: #005252;
  --white-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color