Sky Blue
#8BE3FE
CyanColor Codes
All color formats for development
HEX
#8BE3FERGB
rgb(139, 227, 254)HSL
hsl(194, 98%, 77%)OKLCH
oklch(0.87 0.092 219.6)CMYK
cmyk(45%, 11%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64DAFD
2#3DD0FD
3#16C7FD
4#02B3E9
5#0295C2
6#02789C
7#015A75
8#013C4E
9#001E27
Tints
Lighter variations
1#96E6FE
2#A2E9FE
3#AEEBFE
4#B9EEFE
5#C5F1FE
6#D1F4FF
7#DCF7FF
8#E8F9FF
9#F3FCFF
Tones
Muted variations
1#91E0F8
2#96DDF2
3#9CDAED
4#A2D7E7
5#A8D4E1
6#ADD1DB
7#B3CED6
8#B9CAD0
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FF;
--sky-blue-200: #BDEFFE;
--sky-blue-300: #8BE3FE;
--sky-blue-400: #4ED4FD;
--sky-blue-500: #1CC8FD;
--sky-blue-600: #02ABDE;
--sky-blue-700: #0288B1;
--sky-blue-800: #01617E;
--sky-blue-900: #013E51;
--sky-blue-950: #012732;
}