Sky Blue
#8EDFFA
BlueColor Codes
All color formats for development
HEX
#8EDFFARGB
rgb(142, 223, 250)HSL
hsl(195, 92%, 77%)OKLCH
oklch(0.861 0.087 221.2)CMYK
cmyk(43%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69D5F9
2#43CAF7
3#1DC0F6
4#09ACE2
5#088FBC
6#067397
7#055671
8#03394B
9#021D26
Tints
Lighter variations
1#9AE2FB
2#A5E6FB
3#B0E9FC
4#BBECFC
5#C7EFFD
6#D2F2FD
7#DDF5FE
8#E8F9FE
9#F4FCFF
Tones
Muted variations
1#94DDF5
2#99DAF0
3#9FD7EA
4#A4D5E5
5#A9D2DF
6#AFCFDA
7#B4CCD5
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 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDF #8EDFFA | BordersInactive statesPlaceholder text |
| 400 | 54CF #54CFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C1 #23C1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A4 #09A4D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0782 #0782AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055D #055D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FE;
--sky-blue-200: #BFEDFC;
--sky-blue-300: #8EDFFA;
--sky-blue-400: #54CFF8;
--sky-blue-500: #23C1F6;
--sky-blue-600: #09A4D7;
--sky-blue-700: #0782AB;
--sky-blue-800: #055D7A;
--sky-blue-900: #033C4E;
--sky-blue-950: #022531;
}