Sky Blue
#4FFCC5
GreenColor Codes
All color formats for development
HEX
#4FFCC5RGB
rgb(79, 252, 197)HSL
hsl(161, 97%, 65%)OKLCH
oklch(0.89 0.16 167.4)CMYK
cmyk(69%, 0%, 22%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCBB
2#0EFBB0
3#03E59D
4#03C487
5#02A370
6#02835A
7#016243
8#01412D
9#002116
Tints
Lighter variations
1#61FDCB
2#72FDD1
3#84FDD7
4#96FDDC
5#A7FEE2
6#B9FEE8
7#CAFEEE
8#DCFEF3
9#EDFFF9
Tones
Muted variations
1#58F4C2
2#60EBBF
3#69E2BC
4#72DAB9
5#7AD1B6
6#83C8B2
7#8CC0AF
8#94B7AC
9#9DAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF3;
--sky-blue-200: #BEFEEA;
--sky-blue-300: #8BFDD9;
--sky-blue-400: #4FFCC5;
--sky-blue-500: #1DFCB5;
--sky-blue-600: #03DD98;
--sky-blue-700: #03B079;
--sky-blue-800: #027E56;
--sky-blue-900: #015037;
--sky-blue-950: #013223;
}