Sky Blue
#94F5D8
GreenColor Codes
All color formats for development
HEX
#94F5D8RGB
rgb(148, 245, 216)HSL
hsl(162, 83%, 77%)OKLCH
oklch(0.902 0.101 172.8)CMYK
cmyk(40%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2CB
2#4CEEBE
3#28EBB0
4#14D89D
5#11B483
6#0D9069
7#0A6C4E
8#074834
9#03241A
Tints
Lighter variations
1#9EF6DC
2#A9F7E0
3#B4F8E4
4#BFF9E7
5#C9FAEB
6#D4FBEF
7#DFFCF3
8#EAFDF7
9#F4FEFB
Tones
Muted variations
1#99F0D6
2#9DEBD4
3#A2E6D2
4#A7E2D0
5#ACDDCE
6#B1D8CC
7#B6D3CA
8#BBCEC8
9#BFC9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF3;
--sky-blue-200: #C2F9E9;
--sky-blue-300: #94F5D8;
--sky-blue-400: #5CF0C3;
--sky-blue-500: #2DEBB2;
--sky-blue-600: #13CD95;
--sky-blue-700: #0FA377;
--sky-blue-800: #0B7555;
--sky-blue-900: #074B36;
--sky-blue-950: #042F22;
}