Sky Blue
#8BF6FE
CyanColor Codes
All color formats for development
HEX
#8BF6FERGB
rgb(139, 246, 254)HSL
hsl(184, 98%, 77%)OKLCH
oklch(0.912 0.1 201.8)CMYK
cmyk(45%, 3%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64F3FD
2#3DF0FD
3#16EDFD
4#02DAE9
5#02B6C2
6#02919C
7#016D75
8#01494E
9#002427
Tints
Lighter variations
1#96F7FE
2#A2F8FE
3#AEF9FE
4#B9FAFE
5#C5FBFE
6#D1FBFF
7#DCFCFF
8#E8FDFF
9#F3FEFF
Tones
Muted variations
1#91F1F8
2#96ECF2
3#9CE7ED
4#A2E2E7
5#A8DDE1
6#ADD8DB
7#B3D3D6
8#B9CED0
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFF;
--sky-blue-200: #BDFAFE;
--sky-blue-300: #8BF6FE;
--sky-blue-400: #4EF2FD;
--sky-blue-500: #1CEEFD;
--sky-blue-600: #02CFDE;
--sky-blue-700: #02A5B1;
--sky-blue-800: #01767E;
--sky-blue-900: #014B51;
--sky-blue-950: #012F32;
}