Sky Blue
#8AFFDC
GreenColor Codes
All color formats for development
HEX
#8AFFDCRGB
rgb(138, 255, 220)HSL
hsl(162, 100%, 77%)OKLCH
oklch(0.921 0.118 172)CMYK
cmyk(46%, 0%, 14%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFD0
2#3BFFC4
3#14FFB8
4#00ECA5
5#00C489
6#009D6E
7#007652
8#004F37
9#00271B
Tints
Lighter variations
1#95FFDF
2#A1FFE3
3#ADFFE6
4#B9FFEA
5#C4FFED
6#D0FFF1
7#DCFFF4
8#E8FFF8
9#F3FFFB
Tones
Muted variations
1#90F9D9
2#95F3D7
3#9BEDD5
4#A1E8D2
5#A7E2D0
6#ADDCCE
7#B3D6CB
8#B9D0C9
9#BECAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DBFFF4;
--sky-blue-200: #BDFFEB;
--sky-blue-300: #8AFFDC;
--sky-blue-400: #4DFFC9;
--sky-blue-500: #1AFFBA;
--sky-blue-600: #00E09D;
--sky-blue-700: #00B37D;
--sky-blue-800: #008059;
--sky-blue-900: #005239;
--sky-blue-950: #003324;
}