Sky Blue
#8AFFD2
GreenColor Codes
All color formats for development
HEX
#8AFFD2RGB
rgb(138, 255, 210)HSL
hsl(157, 100%, 77%)OKLCH
oklch(0.919 0.125 166.6)CMYK
cmyk(46%, 0%, 18%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFC3
2#3BFFB4
3#14FFA5
4#00EC91
5#00C479
6#009D61
7#007649
8#004F30
9#002718
Tints
Lighter variations
1#95FFD7
2#A1FFDB
3#ADFFE0
4#B9FFE4
5#C4FFE9
6#D0FFED
7#DCFFF2
8#E8FFF6
9#F3FFFB
Tones
Muted variations
1#90F9D1
2#95F3CF
3#9BEDCE
4#A1E8CD
5#A7E2CB
6#ADDCCA
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 #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | 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: #BDFFE6;
--sky-blue-300: #8AFFD2;
--sky-blue-400: #4DFFBB;
--sky-blue-500: #1AFFA7;
--sky-blue-600: #00E08A;
--sky-blue-700: #00B36E;
--sky-blue-800: #00804F;
--sky-blue-900: #005232;
--sky-blue-950: #00331F;
}