Sky Blue
#8FFAD8
GreenColor Codes
All color formats for development
HEX
#8FFAD8RGB
rgb(143, 250, 216)HSL
hsl(161, 91%, 77%)OKLCH
oklch(0.911 0.111 171.2)CMYK
cmyk(43%, 0%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8CB
2#44F6BE
3#1EF4B1
4#0BE19D
5#09BC83
6#079669
7#05714F
8#044B34
9#02261A
Tints
Lighter variations
1#9AFADC
2#A5FBE0
3#B1FBE4
4#BCFCE8
5#C7FCEB
6#D2FDEF
7#DDFDF3
8#E9FEF7
9#F4FEFB
Tones
Muted variations
1#94F4D6
2#9AEFD4
3#9FEAD2
4#A4E4D0
5#AADFCE
6#AFDACC
7#B4D4CA
8#BACFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD696 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFDF3;
--sky-blue-200: #C0FCE9;
--sky-blue-300: #8FFAD8;
--sky-blue-400: #55F7C4;
--sky-blue-500: #24F5B3;
--sky-blue-600: #0AD696;
--sky-blue-700: #08AA77;
--sky-blue-800: #067A55;
--sky-blue-900: #044E36;
--sky-blue-950: #023122;
}