Sky Blue
#8CFDF3
CyanColor Codes
All color formats for development
HEX
#8CFDF3RGB
rgb(140, 253, 243)HSL
hsl(175, 97%, 77%)OKLCH
oklch(0.924 0.105 188.1)CMYK
cmyk(45%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDF0
2#3EFCEC
3#17FBE8
4#04E8D5
5#03C1B2
6#029B8E
7#02746B
8#014D47
9#012724
Tints
Lighter variations
1#97FDF5
2#A3FEF6
3#AEFEF7
4#BAFEF8
5#C5FEF9
6#D1FEFB
7#DCFEFC
8#E8FFFD
9#F3FFFE
Tones
Muted variations
1#91F8EF
2#97F2EA
3#9DECE6
4#A2E6E1
5#A8E1DC
6#AEDBD7
7#B3D5D3
8#B9D0CE
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFE;
--sky-blue-100: #DCFEFC;
--sky-blue-200: #BEFEF9;
--sky-blue-300: #8BFDF4;
--sky-blue-400: #4FFCEE;
--sky-blue-500: #1DFCE9;
--sky-blue-600: #03DDCB;
--sky-blue-700: #03B0A1;
--sky-blue-800: #027E73;
--sky-blue-900: #01504A;
--sky-blue-950: #01322E;
}