Sky Blue
#4FFCF1
CyanColor Codes
All color formats for development
HEX
#4FFCF1RGB
rgb(79, 252, 241)HSL
hsl(176, 97%, 65%)OKLCH
oklch(0.902 0.139 188.8)CMYK
cmyk(69%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCEE
2#0EFBEB
3#03E5D6
4#03C4B7
5#02A399
6#02837A
7#01625C
8#01413D
9#00211F
Tints
Lighter variations
1#61FDF2
2#72FDF4
3#84FDF5
4#96FDF6
5#A7FEF8
6#B9FEF9
7#CAFEFB
8#DCFEFC
9#EDFFFE
Tones
Muted variations
1#58F4E9
2#60EBE2
3#69E2DA
4#72DAD3
5#7AD1CB
6#83C8C4
7#8CC0BC
8#94B7B5
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFE;
--sky-blue-100: #DCFEFC;
--sky-blue-200: #BEFEFA;
--sky-blue-300: #8BFDF6;
--sky-blue-400: #4FFCF1;
--sky-blue-500: #1DFCED;
--sky-blue-600: #03DDCF;
--sky-blue-700: #03B0A4;
--sky-blue-800: #027E75;
--sky-blue-900: #01504B;
--sky-blue-950: #01322F;
}