Sky Blue
#8BFDD4
GreenColor Codes
All color formats for development
HEX
#8BFDD4RGB
rgb(139, 253, 212)HSL
hsl(158, 97%, 77%)OKLCH
oklch(0.915 0.12 168.2)CMYK
cmyk(45%, 0%, 16%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDC5
2#3EFCB6
3#17FBA8
4#04E894
5#03C17C
6#029B63
7#02744A
8#014D31
9#012719
Tints
Lighter variations
1#97FDD8
2#A3FEDC
3#AEFEE1
4#BAFEE5
5#C5FEE9
6#D1FEEE
7#DCFEF2
8#E8FFF6
9#F3FFFB
Tones
Muted variations
1#91F8D2
2#97F2D0
3#9DECCF
4#A2E6CD
5#A8E1CC
6#AEDBCA
7#B3D5C9
8#B9D0C7
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFF9;
--sky-blue-100: #DCFEF2;
--sky-blue-200: #BEFEE6;
--sky-blue-300: #8BFDD4;
--sky-blue-400: #4FFCBD;
--sky-blue-500: #1DFCAA;
--sky-blue-600: #03DD8D;
--sky-blue-700: #03B070;
--sky-blue-800: #027E50;
--sky-blue-900: #015033;
--sky-blue-950: #013220;
}