Sky Blue
#4FFCDA
CyanColor Codes
All color formats for development
HEX
#4FFCDARGB
rgb(79, 252, 218)HSL
hsl(168, 97%, 65%)OKLCH
oklch(0.895 0.147 176.7)CMYK
cmyk(69%, 0%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCD3
2#0EFBCC
3#03E5B8
4#03C49D
5#02A383
6#028369
7#01624F
8#014134
9#00211A
Tints
Lighter variations
1#61FDDD
2#72FDE1
3#84FDE5
4#96FDE9
5#A7FEEC
6#B9FEF0
7#CAFEF4
8#DCFEF8
9#EDFFFB
Tones
Muted variations
1#58F4D4
2#60EBCF
3#69E2CA
4#72DAC5
5#7AD1C0
6#83C8BB
7#8CC0B5
8#94B7B0
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDA | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015041 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF8;
--sky-blue-200: #BEFEF1;
--sky-blue-300: #8BFDE6;
--sky-blue-400: #4FFCDA;
--sky-blue-500: #1DFCCF;
--sky-blue-600: #03DDB2;
--sky-blue-700: #03B08D;
--sky-blue-800: #027E65;
--sky-blue-900: #015041;
--sky-blue-950: #013228;
}