Sky Blue
#8DFCF3
CyanColor Codes
All color formats for development
HEX
#8DFCF3RGB
rgb(141, 252, 243)HSL
hsl(175, 95%, 77%)OKLCH
oklch(0.922 0.103 188.7)CMYK
cmyk(44%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBEF
2#40FAEB
3#1AF9E7
4#06E6D3
5#05BFB0
6#04998D
7#03736A
8#024D46
9#012623
Tints
Lighter variations
1#98FCF4
2#A4FDF5
3#AFFDF6
4#BAFDF8
5#C6FEF9
6#D1FEFA
7#DDFEFB
8#E8FEFD
9#F4FFFE
Tones
Muted variations
1#92F6EE
2#98F1E9
3#9DEBE5
4#A3E6E0
5#A8E0DC
6#AEDBD7
7#B4D5D2
8#B9CFCE
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | 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: #F0FFFD;
--sky-blue-100: #DCFEFB;
--sky-blue-200: #BEFDF8;
--sky-blue-300: #8DFCF3;
--sky-blue-400: #51FBEC;
--sky-blue-500: #1FF9E7;
--sky-blue-600: #06DBC9;
--sky-blue-700: #04AEA0;
--sky-blue-800: #037C72;
--sky-blue-900: #025049;
--sky-blue-950: #01322E;
}