Sky Blue
#8ECCFA
BlueColor Codes
All color formats for development
HEX
#8ECCFARGB
rgb(142, 204, 250)HSL
hsl(206, 92%, 77%)OKLCH
oklch(0.82 0.091 241.3)CMYK
cmyk(43%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BAF9
2#43A9F7
3#1D98F6
4#0984E2
5#086EBC
6#065897
7#054271
8#032C4B
9#021626
Tints
Lighter variations
1#9AD1FB
2#A5D6FB
3#B0DBFC
4#BBE0FC
5#C7E5FD
6#D2EAFD
7#DDF0FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#94CBF5
2#99CAF0
3#9FC9EA
4#A4C9E5
5#A9C8DF
6#AFC7DA
7#B4C7D5
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFA | BordersInactive statesPlaceholder text |
| 400 | 54B1 #54B1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 239A #239AF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097E #097ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0764 #0764AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0548 #05487A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFE;
--sky-blue-200: #BFE2FC;
--sky-blue-300: #8ECCFA;
--sky-blue-400: #54B1F8;
--sky-blue-500: #239AF6;
--sky-blue-600: #097ED7;
--sky-blue-700: #0764AB;
--sky-blue-800: #05487A;
--sky-blue-900: #032E4E;
--sky-blue-950: #021D31;
}