Sky Blue
#8BFEF2
CyanColor Codes
All color formats for development
HEX
#8BFEF2RGB
rgb(139, 254, 242)HSL
hsl(174, 98%, 77%)OKLCH
oklch(0.926 0.107 186.7)CMYK
cmyk(45%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64FDEE
2#3DFDEA
3#16FDE6
4#02E9D2
5#02C2AF
6#029C8C
7#017569
8#014E46
9#002723
Tints
Lighter variations
1#96FEF4
2#A2FEF5
3#AEFEF6
4#B9FEF7
5#C5FEF9
6#D1FFFA
7#DCFFFB
8#E8FFFC
9#F3FFFE
Tones
Muted variations
1#91F8EE
2#96F2E9
3#9CEDE5
4#A2E7E0
5#A8E1DB
6#ADDBD7
7#B3D6D2
8#B9D0CE
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 #BDFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015149 | 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: #BDFEF8;
--sky-blue-300: #8BFEF2;
--sky-blue-400: #4EFDEC;
--sky-blue-500: #1CFDE6;
--sky-blue-600: #02DEC8;
--sky-blue-700: #02B19F;
--sky-blue-800: #017E72;
--sky-blue-900: #015149;
--sky-blue-950: #01322D;
}