White

#F0FEFC

Cyan

Color Codes

All color formats for development

HEX
#F0FEFC
RGB
rgb(240, 254, 252)
HSL
hsl(171, 88%, 97%)
OKLCH
oklch(0.986 0.015 186.7)
CMYK
cmyk(6%, 0%, 1%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#C2FBF3
2#94F8E9
3#65F5E0
4#37F2D6
5#0FE9C8
6#0CBAA0
7#098C78
8#065D50
9#032F28

Tints

Lighter variations

1#F2FEFC
2#F3FEFD
3#F5FEFD
4#F6FEFD
5#F8FFFE
6#F9FFFE
7#FBFFFE
8#FCFFFE
9#FEFFFF

Tones

Muted variations

1#F1FDFC
2#F2FDFB
3#F3FCFB
4#F3FBFA
5#F4FBFA
6#F5FAF9
7#F5F9F9
8#F6F9F8
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBF2
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8E8
BordersInactive statesPlaceholder text
400
57F4
#57F4DD
Disabled statesSecondary iconsMuted text
500
27F1
#27F1D3
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3B5
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA890
Active/pressed statesDark mode accentsSecondary text
800
0878
#087867
Text on light backgroundsHeadingsStrong borders
900
054D
#054D42
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F1FEFC;
  --white-100: #DDFDF8;
  --white-200: #C1FBF2;
  --white-300: #91F8E8;
  --white-400: #57F4DD;
  --white-500: #27F1D3;
  --white-600: #0DD3B5;
  --white-700: #0BA890;
  --white-800: #087867;
  --white-900: #054D42;
  --white-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color