Sky Blue
#8BFDD9
GreenColor Codes
All color formats for development
HEX
#8BFDD9RGB
rgb(139, 253, 217)HSL
hsl(161, 97%, 77%)OKLCH
oklch(0.916 0.117 171)CMYK
cmyk(45%, 0%, 14%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65FDCD
2#3EFCC0
3#17FBB3
4#04E8A0
5#03C185
6#029B6A
7#027450
8#014D35
9#01271B
Tints
Lighter variations
1#97FDDD
2#A3FEE1
3#AEFEE5
4#BAFEE8
5#C5FEEC
6#D1FEF0
7#DCFEF4
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#91F8D7
2#97F2D5
3#9DECD3
4#A2E6D1
5#A8E1CF
6#AEDBCD
7#B3D5CB
8#B9D0C9
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF3;
--sky-blue-200: #BEFEEA;
--sky-blue-300: #8BFDD9;
--sky-blue-400: #4FFCC5;
--sky-blue-500: #1DFCB5;
--sky-blue-600: #03DD98;
--sky-blue-700: #03B079;
--sky-blue-800: #027E56;
--sky-blue-900: #015037;
--sky-blue-950: #013223;
}