Sky Blue
#4FFCDD
CyanColor Codes
All color formats for development
HEX
#4FFCDDRGB
rgb(79, 252, 221)HSL
hsl(169, 97%, 65%)OKLCH
oklch(0.896 0.146 178.1)CMYK
cmyk(69%, 0%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCD6
2#0EFBD0
3#03E5BB
4#03C4A1
5#02A386
6#02836B
7#016250
8#014136
9#00211B
Tints
Lighter variations
1#61FDE0
2#72FDE3
3#84FDE7
4#96FDEA
5#A7FEEE
6#B9FEF1
7#CAFEF5
8#DCFEF8
9#EDFFFC
Tones
Muted variations
1#58F4D7
2#60EBD2
3#69E2CC
4#72DAC7
5#7AD1C1
6#83C8BC
7#8CC0B6
8#94B7B1
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE8 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF8;
--sky-blue-200: #BEFEF2;
--sky-blue-300: #8BFDE8;
--sky-blue-400: #4FFCDD;
--sky-blue-500: #1DFCD3;
--sky-blue-600: #03DDB5;
--sky-blue-700: #03B090;
--sky-blue-800: #027E67;
--sky-blue-900: #015042;
--sky-blue-950: #013229;
}