Sky Blue
#8BF0FE
CyanColor Codes
All color formats for development
HEX
#8BF0FERGB
rgb(139, 240, 254)HSL
hsl(187, 98%, 77%)OKLCH
oklch(0.898 0.097 207.1)CMYK
cmyk(45%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64ECFD
2#3DE7FD
3#16E2FD
4#02CEE9
5#02ACC2
6#028A9C
7#016775
8#01454E
9#002227
Tints
Lighter variations
1#96F2FE
2#A2F3FE
3#AEF5FE
4#B9F6FE
5#C5F8FE
6#D1F9FF
7#DCFBFF
8#E8FCFF
9#F3FEFF
Tones
Muted variations
1#91ECF8
2#96E8F2
3#9CE3ED
4#A2DFE7
5#A8DAE1
6#ADD6DB
7#B3D2D6
8#B9CDD0
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 | BDF7 #BDF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FE | BordersInactive statesPlaceholder text |
| 400 | 4EE9 #4EE9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE2 #1CE2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C4 #02C4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029C #029CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0170 #01707E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014751 | 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: #BDF7FE;
--sky-blue-300: #8BF0FE;
--sky-blue-400: #4EE9FD;
--sky-blue-500: #1CE2FD;
--sky-blue-600: #02C4DE;
--sky-blue-700: #029CB1;
--sky-blue-800: #01707E;
--sky-blue-900: #014751;
--sky-blue-950: #012D32;
}