Cyan

#02C8DE

Cyan

Color Codes

All color formats for development

HEX
#02C8DE
RGB
rgb(2, 200, 222)
HSL
hsl(186, 98%, 44%)
OKLCH
oklch(0.762 0.131 208.8)
CMYK
cmyk(99%, 10%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFB
200
#BDF8
300
#8BF2
400
#4EEC
500
#1CE6
600
#02C8
700
#029F
800
#0172
900
#0149
950
#012D

Shades

Darker variations

1#02B4C8
2#02A0B2
3#028C9C
4#017885
5#01646F
6#015059
7#013C43
8#00282C
9#001416

Tints

Lighter variations

1#03E2FA
2#1DE6FD
3#39E9FD
4#55ECFD
5#72F0FE
6#8EF3FE
7#AAF6FE
8#C6F9FE
9#E3FCFF

Tones

Muted variations

1#0DBFD3
2#18B7C8
3#23AEBD
4#2EA5B2
5#399CA7
6#44939C
7#4F8B91
8#5A8286
9#65797B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFB
#DCFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF8
#BDF8FE
Secondary backgroundsInput backgroundsDividers
300
8BF2
#8BF2FE
BordersInactive statesPlaceholder text
400
4EEC
#4EECFD
Disabled statesSecondary iconsMuted text
500
1CE6
#1CE6FD
Primary brand colorCTAsActive elementsLinks
600
02C8
#02C8DE
Hover statesFocus ringsPrimary buttons hover
700
029F
#029FB1
Active/pressed statesDark mode accentsSecondary text
800
0172
#01727E
Text on light backgroundsHeadingsStrong borders
900
0149
#014951
Primary textHigh emphasis contentDark headings
950
012D
#012D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFBFF;
  --cyan-200: #BDF8FE;
  --cyan-300: #8BF2FE;
  --cyan-400: #4EECFD;
  --cyan-500: #1CE6FD;
  --cyan-600: #02C8DE;
  --cyan-700: #029FB1;
  --cyan-800: #01727E;
  --cyan-900: #014951;
  --cyan-950: #012D32;
}
Generate More ShadesCreate PaletteConvert Color