Sky Blue
#8EE3FA
CyanColor Codes
All color formats for development
HEX
#8EE3FARGB
rgb(142, 227, 250)HSL
hsl(193, 92%, 77%)OKLCH
oklch(0.87 0.088 216.9)CMYK
cmyk(43%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69DAF9
2#43D0F7
3#1DC7F6
4#09B3E2
5#0895BC
6#067797
7#055A71
8#033C4B
9#021E26
Tints
Lighter variations
1#9AE6FB
2#A5E9FB
3#B0EBFC
4#BBEEFC
5#C7F1FD
6#D2F4FD
7#DDF7FE
8#E8F9FE
9#F4FCFF
Tones
Muted variations
1#94E0F5
2#99DDF0
3#9FDAEA
4#A4D7E5
5#A9D4DF
6#AFD1DA
7#B4CED5
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FE;
--sky-blue-200: #BFEFFC;
--sky-blue-300: #8EE3FA;
--sky-blue-400: #54D4F8;
--sky-blue-500: #23C8F6;
--sky-blue-600: #09ABD7;
--sky-blue-700: #0788AB;
--sky-blue-800: #05617A;
--sky-blue-900: #033E4E;
--sky-blue-950: #022731;
}