Cyan

#1AE4FF

Cyan

Color Codes

All color formats for development

HEX
#1AE4FF
RGB
rgb(26, 228, 255)
HSL
hsl(187, 100%, 55%)
OKLCH
oklch(0.843 0.143 210.2)
CMYK
cmyk(90%, 11%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFB
200
#BDF7
300
#8AF1
400
#4DEA
500
#1AE4
600
#00C6
700
#009E
800
#0071
900
#0048
950
#002D

Shades

Darker variations

1#00DFFC
2#00C6E0
3#00ADC4
4#0095A8
5#007C8C
6#006370
7#004A54
8#003238
9#00191C

Tints

Lighter variations

1#30E7FF
2#47EAFF
3#5EECFF
4#75EFFF
5#8CF2FF
6#A3F4FF
7#BAF7FF
8#D1FAFF
9#E8FCFF

Tones

Muted variations

1#25DBF4
2#30D3E8
3#3CCADD
4#47C1D1
5#53B8C6
6#5EAFBA
7#6AA7AF
8#759EA3
9#819598

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFB
#DBFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF7
#BDF7FF
Secondary backgroundsInput backgroundsDividers
300
8AF1
#8AF1FF
BordersInactive statesPlaceholder text
400
4DEA
#4DEAFF
Disabled statesSecondary iconsMuted text
500
1AE4
#1AE4FF
Primary brand colorCTAsActive elementsLinks
600
00C6
#00C6E0
Hover statesFocus ringsPrimary buttons hover
700
009E
#009EB3
Active/pressed statesDark mode accentsSecondary text
800
0071
#007180
Text on light backgroundsHeadingsStrong borders
900
0048
#004852
Primary textHigh emphasis contentDark headings
950
002D
#002D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DBFBFF;
  --cyan-200: #BDF7FF;
  --cyan-300: #8AF1FF;
  --cyan-400: #4DEAFF;
  --cyan-500: #1AE4FF;
  --cyan-600: #00C6E0;
  --cyan-700: #009EB3;
  --cyan-800: #007180;
  --cyan-900: #004852;
  --cyan-950: #002D33;
}
Generate More ShadesCreate PaletteConvert Color