Sky Blue
#8DFCE9
CyanColor Codes
All color formats for development
HEX
#8DFCE9RGB
rgb(141, 252, 233)HSL
hsl(170, 95%, 77%)OKLCH
oklch(0.919 0.106 181.5)CMYK
cmyk(44%, 0%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBE2
2#40FADB
3#1AF9D4
4#06E6C0
5#05BFA0
6#049980
7#037360
8#024D40
9#012620
Tints
Lighter variations
1#98FCEC
2#A4FDEE
3#AFFDF0
4#BAFDF2
5#C6FEF4
6#D1FEF6
7#DDFEF9
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#92F6E6
2#98F1E2
3#9DEBDE
4#A3E6DB
5#A8E0D7
6#AEDBD3
7#B4D5CF
8#B9CFCC
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 | BEFD #BEFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBDE | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | 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: #BEFDF3;
--sky-blue-300: #8DFCE9;
--sky-blue-400: #51FBDE;
--sky-blue-500: #1FF9D5;
--sky-blue-600: #06DBB7;
--sky-blue-700: #04AE92;
--sky-blue-800: #037C68;
--sky-blue-900: #025043;
--sky-blue-950: #01322A;
}