White

#F0FBFE

Cyan

Color Codes

All color formats for development

HEX
#F0FBFE
RGB
rgb(240, 251, 254)
HSL
hsl(193, 88%, 97%)
OKLCH
oklch(0.981 0.012 215.8)
CMYK
cmyk(6%, 1%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.05:1

AA AAA

On Black Background

19.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DDF6
200
#C1EE
300
#91E2
400
#57D2
500
#27C5
600
#0DA8
700
#0B86
800
#0860
900
#053D
950
#0326

Shades

Darker variations

1#C2EFFB
2#94E2F8
3#65D6F5
4#37CAF2
5#0FB9E9
6#0C94BA
7#096F8C
8#064A5D
9#03252F

Tints

Lighter variations

1#F2FCFE
2#F3FCFE
3#F5FCFE
4#F6FDFE
5#F8FDFF
6#F9FDFF
7#FBFEFF
8#FCFEFF
9#FEFFFF

Tones

Muted variations

1#F1FBFD
2#F2FAFD
3#F3FAFC
4#F3FAFB
5#F4F9FB
6#F5F9FA
7#F5F8F9
8#F6F8F9
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FD
Light backgroundsTable row hoverSkeleton loading
200
C1EE
#C1EEFB
Secondary backgroundsInput backgroundsDividers
300
91E2
#91E2F8
BordersInactive statesPlaceholder text
400
57D2
#57D2F4
Disabled statesSecondary iconsMuted text
500
27C5
#27C5F1
Primary brand colorCTAsActive elementsLinks
600
0DA8
#0DA8D3
Hover statesFocus ringsPrimary buttons hover
700
0B86
#0B86A8
Active/pressed statesDark mode accentsSecondary text
800
0860
#086078
Text on light backgroundsHeadingsStrong borders
900
053D
#053D4D
Primary textHigh emphasis contentDark headings
950
0326
#032630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F1FBFE;
  --white-100: #DDF6FD;
  --white-200: #C1EEFB;
  --white-300: #91E2F8;
  --white-400: #57D2F4;
  --white-500: #27C5F1;
  --white-600: #0DA8D3;
  --white-700: #0B86A8;
  --white-800: #086078;
  --white-900: #053D4D;
  --white-950: #032630;
}
Generate More ShadesCreate PaletteConvert Color