Sky Blue
#8AFFD0
GreenColor Codes
All color formats for development
HEX
#8AFFD0RGB
rgb(138, 255, 208)HSL
hsl(156, 100%, 77%)OKLCH
oklch(0.918 0.126 165.6)CMYK
cmyk(46%, 0%, 18%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFC0
2#3BFFB1
3#14FFA1
4#00EC8D
5#00C476
6#009D5E
7#007647
8#004F2F
9#002718
Tints
Lighter variations
1#95FFD5
2#A1FFD9
3#ADFFDE
4#B9FFE3
5#C4FFE8
6#D0FFEC
7#DCFFF1
8#E8FFF6
9#F3FFFA
Tones
Muted variations
1#90F9CF
2#95F3CE
3#9BEDCD
4#A1E8CB
5#A7E2CA
6#ADDCC9
7#B3D6C8
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 #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DBFFF1;
--sky-blue-200: #BDFFE4;
--sky-blue-300: #8AFFD0;
--sky-blue-400: #4DFFB8;
--sky-blue-500: #1AFFA3;
--sky-blue-600: #00E087;
--sky-blue-700: #00B36B;
--sky-blue-800: #00804D;
--sky-blue-900: #005231;
--sky-blue-950: #00331F;
}