Sky Blue
#8BFEEB
CyanColor Codes
All color formats for development
HEX
#8BFEEBRGB
rgb(139, 254, 235)HSL
hsl(170, 98%, 77%)OKLCH
oklch(0.924 0.109 181.9)CMYK
cmyk(45%, 0%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDE4
2#3DFDDD
3#16FDD6
4#02E9C3
5#02C2A2
6#029C82
7#017561
8#014E41
9#002720
Tints
Lighter variations
1#96FEED
2#A2FEEF
3#AEFEF1
4#B9FEF3
5#C5FEF5
6#D1FFF7
7#DCFFF9
8#E8FFFB
9#F3FFFD
Tones
Muted variations
1#91F8E7
2#96F2E3
3#9CEDDF
4#A2E7DB
5#A8E1D8
6#ADDBD4
7#B3D6D0
8#B9D0CC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | 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: #DCFFF9;
--sky-blue-200: #BDFEF4;
--sky-blue-300: #8BFEEB;
--sky-blue-400: #4EFDE0;
--sky-blue-500: #1CFDD7;
--sky-blue-600: #02DEBA;
--sky-blue-700: #02B194;
--sky-blue-800: #017E69;
--sky-blue-900: #015143;
--sky-blue-950: #01322A;
}