Sky Blue
#8BEBFE
CyanColor Codes
All color formats for development
HEX
#8BEBFERGB
rgb(139, 235, 254)HSL
hsl(190, 98%, 77%)OKLCH
oklch(0.887 0.094 211.7)CMYK
cmyk(45%, 7%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64E4FD
2#3DDDFD
3#16D6FD
4#02C3E9
5#02A2C2
6#02829C
7#016175
8#01414E
9#002027
Tints
Lighter variations
1#96EDFE
2#A2EFFE
3#AEF1FE
4#B9F3FE
5#C5F5FE
6#D1F7FF
7#DCF9FF
8#E8FBFF
9#F3FDFF
Tones
Muted variations
1#91E7F8
2#96E3F2
3#9CDFED
4#A2DBE7
5#A8D8E1
6#ADD4DB
7#B3D0D6
8#B9CCD0
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FF;
--sky-blue-200: #BDF4FE;
--sky-blue-300: #8BEBFE;
--sky-blue-400: #4EE0FD;
--sky-blue-500: #1CD7FD;
--sky-blue-600: #02BADE;
--sky-blue-700: #0294B1;
--sky-blue-800: #01697E;
--sky-blue-900: #014351;
--sky-blue-950: #012A32;
}