Sky Blue
#8EDAFA
BlueColor Codes
All color formats for development
HEX
#8EDAFARGB
rgb(142, 218, 250)HSL
hsl(198, 92%, 77%)OKLCH
oklch(0.85 0.087 226.6)CMYK
cmyk(43%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69CEF9
2#43C1F7
3#1DB5F6
4#09A1E2
5#0886BC
6#066B97
7#055171
8#03364B
9#021B26
Tints
Lighter variations
1#9ADEFB
2#A5E1FB
3#B0E5FC
4#BBE9FC
5#C7ECFD
6#D2F0FD
7#DDF4FE
8#E8F8FE
9#F4FBFF
Tones
Muted variations
1#94D8F5
2#99D6F0
3#9FD3EA
4#A4D1E5
5#A9CFDF
6#AFCDDA
7#B4CBD5
8#BAC9CF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFA | BordersInactive statesPlaceholder text |
| 400 | 54C7 #54C7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B6 #23B6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0999 #0999D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077A #077AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0557 #05577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FE;
--sky-blue-200: #BFEAFC;
--sky-blue-300: #8EDAFA;
--sky-blue-400: #54C7F8;
--sky-blue-500: #23B6F6;
--sky-blue-600: #0999D7;
--sky-blue-700: #077AAB;
--sky-blue-800: #05577A;
--sky-blue-900: #03384E;
--sky-blue-950: #022331;
}