Sky Blue
#4FFCE2
CyanColor Codes
All color formats for development
HEX
#4FFCE2RGB
rgb(79, 252, 226)HSL
hsl(171, 97%, 65%)OKLCH
oklch(0.898 0.144 180.7)CMYK
cmyk(69%, 0%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCDD
2#0EFBD8
3#03E5C3
4#03C4A7
5#02A38B
6#02836F
7#016253
8#014138
9#00211C
Tints
Lighter variations
1#61FDE5
2#72FDE8
3#84FDEB
4#96FDEE
5#A7FEF1
6#B9FEF4
7#CAFEF6
8#DCFEF9
9#EDFFFC
Tones
Muted variations
1#58F4DC
2#60EBD6
3#69E2D0
4#72DACA
5#7AD1C4
6#83C8BE
7#8CC0B8
8#94B7B2
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEF9;
--sky-blue-200: #BEFEF4;
--sky-blue-300: #8BFDEC;
--sky-blue-400: #4FFCE2;
--sky-blue-500: #1DFCDA;
--sky-blue-600: #03DDBC;
--sky-blue-700: #03B096;
--sky-blue-800: #027E6B;
--sky-blue-900: #015045;
--sky-blue-950: #01322B;
}