Sky Blue
#8BFEF0
CyanColor Codes
All color formats for development
HEX
#8BFEF0RGB
rgb(139, 254, 240)HSL
hsl(173, 98%, 77%)OKLCH
oklch(0.925 0.108 185.3)CMYK
cmyk(45%, 0%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDEC
2#3DFDE7
3#16FDE2
4#02E9CE
5#02C2AC
6#029C8A
7#017567
8#014E45
9#002722
Tints
Lighter variations
1#96FEF2
2#A2FEF3
3#AEFEF5
4#B9FEF6
5#C5FEF8
6#D1FFF9
7#DCFFFB
8#E8FFFC
9#F3FFFE
Tones
Muted variations
1#91F8EC
2#96F2E8
3#9CEDE3
4#A2E7DF
5#A8E1DA
6#ADDBD6
7#B3D6D2
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 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE9 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015147 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFFFB;
--sky-blue-200: #BDFEF7;
--sky-blue-300: #8BFEF0;
--sky-blue-400: #4EFDE9;
--sky-blue-500: #1CFDE2;
--sky-blue-600: #02DEC4;
--sky-blue-700: #02B19C;
--sky-blue-800: #017E70;
--sky-blue-900: #015147;
--sky-blue-950: #01322D;
}