Sky Blue
#4FFCCE
GreenColor Codes
All color formats for development
HEX
#4FFCCERGB
rgb(79, 252, 206)HSL
hsl(164, 97%, 65%)OKLCH
oklch(0.892 0.154 171.1)CMYK
cmyk(69%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCC5
2#0EFBBC
3#03E5A9
4#03C490
5#02A378
6#028360
7#016248
8#014130
9#002118
Tints
Lighter variations
1#61FDD3
2#72FDD8
3#84FDDD
4#96FDE2
5#A7FEE7
6#B9FEEB
7#CAFEF0
8#DCFEF5
9#EDFFFA
Tones
Muted variations
1#58F4CA
2#60EBC6
3#69E2C2
4#72DABE
5#7AD1BA
6#83C8B6
7#8CC0B2
8#94B7AE
9#9DAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDF | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCCE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFEF5;
--sky-blue-200: #BEFEED;
--sky-blue-300: #8BFDDF;
--sky-blue-400: #4FFCCE;
--sky-blue-500: #1DFCC0;
--sky-blue-600: #03DDA3;
--sky-blue-700: #03B082;
--sky-blue-800: #027E5D;
--sky-blue-900: #01503B;
--sky-blue-950: #013225;
}