White

#F0FCFE

Cyan

Color Codes

All color formats for development

HEX
#F0FCFE
RGB
rgb(240, 252, 254)
HSL
hsl(189, 88%, 97%)
OKLCH
oklch(0.983 0.013 208.8)
CMYK
cmyk(6%, 1%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.05:1

AA AAA

On Black Background

20.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF8
200
#C1F2
300
#91E8
400
#57DD
500
#27D3
600
#0DB5
700
#0B90
800
#0867
900
#0542
950
#0329

Shades

Darker variations

1#C2F3FB
2#94E9F8
3#65E0F5
4#37D6F2
5#0FC8E9
6#0CA0BA
7#09788C
8#06505D
9#03282F

Tints

Lighter variations

1#F2FCFE
2#F3FDFE
3#F5FDFE
4#F6FDFE
5#F8FEFF
6#F9FEFF
7#FBFEFF
8#FCFEFF
9#FEFFFF

Tones

Muted variations

1#F1FCFD
2#F2FBFD
3#F3FBFC
4#F3FAFB
5#F4FAFB
6#F5F9FA
7#F5F9F9
8#F6F8F9
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FD
Light backgroundsTable row hoverSkeleton loading
200
C1F2
#C1F2FB
Secondary backgroundsInput backgroundsDividers
300
91E8
#91E8F8
BordersInactive statesPlaceholder text
400
57DD
#57DDF4
Disabled statesSecondary iconsMuted text
500
27D3
#27D3F1
Primary brand colorCTAsActive elementsLinks
600
0DB5
#0DB5D3
Hover statesFocus ringsPrimary buttons hover
700
0B90
#0B90A8
Active/pressed statesDark mode accentsSecondary text
800
0867
#086778
Text on light backgroundsHeadingsStrong borders
900
0542
#05424D
Primary textHigh emphasis contentDark headings
950
0329
#032930
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F1FCFE;
  --white-100: #DDF8FD;
  --white-200: #C1F2FB;
  --white-300: #91E8F8;
  --white-400: #57DDF4;
  --white-500: #27D3F1;
  --white-600: #0DB5D3;
  --white-700: #0B90A8;
  --white-800: #086778;
  --white-900: #05424D;
  --white-950: #032930;
}
Generate More ShadesCreate PaletteConvert Color