Sky Blue
#8CFDEE
CyanColor Codes
All color formats for development
HEX
#8CFDEERGB
rgb(140, 253, 238)HSL
hsl(172, 97%, 77%)OKLCH
oklch(0.923 0.106 184.5)CMYK
cmyk(45%, 0%, 6%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDE8
2#3EFCE3
3#17FBDD
4#04E8CA
5#03C1A8
6#029B86
7#027465
8#014D43
9#012722
Tints
Lighter variations
1#97FDF0
2#A3FEF1
3#AEFEF3
4#BAFEF5
5#C5FEF7
6#D1FEF8
7#DCFEFA
8#E8FFFC
9#F3FFFD
Tones
Muted variations
1#91F8EA
2#97F2E6
3#9DECE2
4#A2E6DD
5#A8E1D9
6#AEDBD5
7#B3D5D1
8#B9D0CD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFA;
--sky-blue-200: #BEFEF5;
--sky-blue-300: #8BFDEE;
--sky-blue-400: #4FFCE5;
--sky-blue-500: #1DFCDE;
--sky-blue-600: #03DDC0;
--sky-blue-700: #03B099;
--sky-blue-800: #027E6D;
--sky-blue-900: #015046;
--sky-blue-950: #01322C;
}