Sky Blue
#8BFEFE
CyanColor Codes
All color formats for development
HEX
#8BFEFERGB
rgb(139, 254, 254)HSL
hsl(180, 98%, 77%)OKLCH
oklch(0.929 0.105 195.5)CMYK
cmyk(45%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDFD
2#3DFDFD
3#16FDFD
4#02E9E9
5#02C2C2
6#029C9C
7#017575
8#014E4E
9#002727
Tints
Lighter variations
1#96FEFE
2#A2FEFE
3#AEFEFE
4#B9FEFE
5#C5FEFE
6#D1FFFF
7#DCFFFF
8#E8FFFF
9#F3FFFF
Tones
Muted variations
1#91F8F8
2#96F2F2
3#9CEDED
4#A2E7E7
5#A8E1E1
6#ADDBDB
7#B3D6D6
8#B9D0D0
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEFE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015151 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFF;
--sky-blue-100: #DCFFFF;
--sky-blue-200: #BDFEFE;
--sky-blue-300: #8BFEFE;
--sky-blue-400: #4EFDFD;
--sky-blue-500: #1CFDFD;
--sky-blue-600: #02DEDE;
--sky-blue-700: #02B1B1;
--sky-blue-800: #017E7E;
--sky-blue-900: #015151;
--sky-blue-950: #013232;
}