Sky Blue
#8CFDE6
CyanColor Codes
All color formats for development
HEX
#8CFDE6RGB
rgb(140, 253, 230)HSL
hsl(168, 97%, 77%)OKLCH
oklch(0.92 0.109 179)CMYK
cmyk(45%, 0%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDDE
2#3EFCD6
3#17FBCE
4#04E8BA
5#03C19B
6#029B7C
7#02745D
8#014D3E
9#01271F
Tints
Lighter variations
1#97FDE9
2#A3FEEB
3#AEFEEE
4#BAFEF0
5#C5FEF3
6#D1FEF5
7#DCFEF8
8#E8FFFA
9#F3FFFD
Tones
Muted variations
1#91F8E3
2#97F2E0
3#9DECDC
4#A2E6D9
5#A8E1D5
6#AEDBD2
7#B3D5CF
8#B9D0CB
9#BFCAC8
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 #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDA | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015041 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | 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: #BEFEF1;
--sky-blue-300: #8BFDE6;
--sky-blue-400: #4FFCDA;
--sky-blue-500: #1DFCCF;
--sky-blue-600: #03DDB2;
--sky-blue-700: #03B08D;
--sky-blue-800: #027E65;
--sky-blue-900: #015041;
--sky-blue-950: #013228;
}