Sky Blue
#4FFCC3
GreenColor Codes
All color formats for development
HEX
#4FFCC3RGB
rgb(79, 252, 195)HSL
hsl(160, 97%, 65%)OKLCH
oklch(0.889 0.162 166.6)CMYK
cmyk(69%, 0%, 23%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCB7
2#0EFBAC
3#03E59A
4#03C484
5#02A36E
6#028358
7#016242
8#01412C
9#002116
Tints
Lighter variations
1#61FDC9
2#72FDCF
3#84FDD5
4#96FDDB
5#A7FEE1
6#B9FEE7
7#CAFEED
8#DCFEF3
9#EDFFF9
Tones
Muted variations
1#58F4C0
2#60EBBD
3#69E2BA
4#72DAB7
5#7AD1B4
6#83C8B1
7#8CC0AE
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 #BEFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD7 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | 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: #BEFEE9;
--sky-blue-300: #8BFDD7;
--sky-blue-400: #4FFCC3;
--sky-blue-500: #1DFCB1;
--sky-blue-600: #03DD94;
--sky-blue-700: #03B076;
--sky-blue-800: #027E54;
--sky-blue-900: #015036;
--sky-blue-950: #013222;
}