Sky Blue
#8BFEF4
CyanColor Codes
All color formats for development
HEX
#8BFEF4RGB
rgb(139, 254, 244)HSL
hsl(175, 98%, 77%)OKLCH
oklch(0.926 0.107 188.2)CMYK
cmyk(45%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDF1
2#3DFDED
3#16FDE9
4#02E9D6
5#02C2B2
6#029C8F
7#01756B
8#014E47
9#002724
Tints
Lighter variations
1#96FEF5
2#A2FEF6
3#AEFEF7
4#B9FEF9
5#C5FEFA
6#D1FFFB
7#DCFFFC
8#E8FFFD
9#F3FFFE
Tones
Muted variations
1#91F8EF
2#96F2EB
3#9CEDE6
4#A2E7E1
5#A8E1DC
6#ADDBD8
7#B3D6D3
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 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514A | 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: #DCFFFC;
--sky-blue-200: #BDFEF9;
--sky-blue-300: #8BFEF4;
--sky-blue-400: #4EFDEF;
--sky-blue-500: #1CFDEA;
--sky-blue-600: #02DECC;
--sky-blue-700: #02B1A2;
--sky-blue-800: #017E74;
--sky-blue-900: #01514A;
--sky-blue-950: #01322E;
}