Cyan
#00D1E0
CyanColor Codes
All color formats for development
HEX
#00D1E0RGB
rgb(0, 209, 224)HSL
hsl(184, 100%, 44%)OKLCH
oklch(0.785 0.134 204)CMYK
cmyk(100%, 7%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00BCCA
2#00A8B4
3#00939D
4#007E87
5#006970
6#00545A
7#003F43
8#002A2D
9#001516
Tints
Lighter variations
1#00ECFD
2#1BF0FF
3#37F2FF
4#54F4FF
5#70F5FF
6#8DF7FF
7#A9F9FF
8#C6FBFF
9#E2FDFF
Tones
Muted variations
1#0BC8D5
2#16BECA
3#22B4BF
4#2DABB4
5#38A1A8
6#43979D
7#4F8D92
8#5A8487
9#657A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DBFDFF;
--cyan-200: #BDFBFF;
--cyan-300: #8AF7FF;
--cyan-400: #4DF3FF;
--cyan-500: #1AF0FF;
--cyan-600: #00D1E0;
--cyan-700: #00A7B3;
--cyan-800: #007780;
--cyan-900: #004C52;
--cyan-950: #003033;
}