Sky Blue
#8BF2FE
CyanColor Codes
All color formats for development
HEX
#8BF2FERGB
rgb(139, 242, 254)HSL
hsl(186, 98%, 77%)OKLCH
oklch(0.903 0.097 205.3)CMYK
cmyk(45%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64EEFD
2#3DEAFD
3#16E6FD
4#02D2E9
5#02AFC2
6#028C9C
7#016975
8#01464E
9#002327
Tints
Lighter variations
1#96F4FE
2#A2F5FE
3#AEF6FE
4#B9F7FE
5#C5F9FE
6#D1FAFF
7#DCFBFF
8#E8FCFF
9#F3FEFF
Tones
Muted variations
1#91EEF8
2#96E9F2
3#9CE5ED
4#A2E0E7
5#A8DBE1
6#ADD7DB
7#B3D2D6
8#B9CED0
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF8 #BDF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FE | BordersInactive statesPlaceholder text |
| 400 | 4EEC #4EECFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE6 #1CE6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C8 #02C8DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029F #029FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0172 #01727E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0149 #014951 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFF;
--sky-blue-200: #BDF8FE;
--sky-blue-300: #8BF2FE;
--sky-blue-400: #4EECFD;
--sky-blue-500: #1CE6FD;
--sky-blue-600: #02C8DE;
--sky-blue-700: #029FB1;
--sky-blue-800: #01727E;
--sky-blue-900: #014951;
--sky-blue-950: #012D32;
}