Sky Blue
#4DFFEA
CyanColor Codes
All color formats for development
HEX
#4DFFEARGB
rgb(77, 255, 234)HSL
hsl(173, 100%, 65%)OKLCH
oklch(0.907 0.144 183.5)CMYK
cmyk(70%, 0%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFE6
2#0AFFE2
3#00E8CD
4#00C7B0
5#00A692
6#008575
7#006358
8#00423B
9#00211D
Tints
Lighter variations
1#5EFFEC
2#70FFEE
3#82FFF0
4#94FFF3
5#A6FFF5
6#B8FFF7
7#C9FFF9
8#DBFFFB
9#EDFFFD
Tones
Muted variations
1#55F6E3
2#5EEDDC
3#67E4D6
4#70DBCF
5#79D2C8
6#82C9C1
7#8BC1BA
8#94B8B3
9#9DAFAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DBFFFB;
--sky-blue-200: #BDFFF7;
--sky-blue-300: #8AFFF1;
--sky-blue-400: #4DFFEA;
--sky-blue-500: #1AFFE4;
--sky-blue-600: #00E0C6;
--sky-blue-700: #00B39E;
--sky-blue-800: #008071;
--sky-blue-900: #005248;
--sky-blue-950: #00332D;
}