Sky Blue
#8AFFD4
GreenColor Codes
All color formats for development
HEX
#8AFFD4RGB
rgb(138, 255, 212)HSL
hsl(158, 100%, 77%)OKLCH
oklch(0.919 0.124 167.6)CMYK
cmyk(46%, 0%, 17%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFC6
2#3BFFB7
3#14FFA9
4#00EC95
5#00C47C
6#009D63
7#00764B
8#004F32
9#002719
Tints
Lighter variations
1#95FFD8
2#A1FFDD
3#ADFFE1
4#B9FFE5
5#C4FFE9
6#D0FFEE
7#DCFFF2
8#E8FFF6
9#F3FFFB
Tones
Muted variations
1#90F9D2
2#95F3D1
3#9BEDCF
4#A1E8CE
5#A7E2CC
6#ADDCCB
7#B3D6C9
8#B9D0C7
9#BECAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DBFFF2;
--sky-blue-200: #BDFFE7;
--sky-blue-300: #8AFFD4;
--sky-blue-400: #4DFFBE;
--sky-blue-500: #1AFFAB;
--sky-blue-600: #00E08E;
--sky-blue-700: #00B371;
--sky-blue-800: #008051;
--sky-blue-900: #005234;
--sky-blue-950: #003320;
}