Sky Blue
#8BFEEE
CyanColor Codes
All color formats for development
HEX
#8BFEEERGB
rgb(139, 254, 238)HSL
hsl(172, 98%, 77%)OKLCH
oklch(0.925 0.108 183.9)CMYK
cmyk(45%, 0%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDE9
2#3DFDE3
3#16FDDE
4#02E9CA
5#02C2A9
6#029C87
7#017565
8#014E43
9#002722
Tints
Lighter variations
1#96FEF0
2#A2FEF2
3#AEFEF3
4#B9FEF5
5#C5FEF7
6#D1FFF8
7#DCFFFA
8#E8FFFC
9#F3FFFD
Tones
Muted variations
1#91F8EA
2#96F2E6
3#9CEDE2
4#A2E7DE
5#A8E1D9
6#ADDBD5
7#B3D6D1
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 #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFFFA;
--sky-blue-200: #BDFEF6;
--sky-blue-300: #8BFEEE;
--sky-blue-400: #4EFDE6;
--sky-blue-500: #1CFDDF;
--sky-blue-600: #02DEC1;
--sky-blue-700: #02B199;
--sky-blue-800: #017E6E;
--sky-blue-900: #015146;
--sky-blue-950: #01322C;
}