Sky Blue
#94F5D6
GreenColor Codes
All color formats for development
HEX
#94F5D6RGB
rgb(148, 245, 214)HSL
hsl(161, 83%, 77%)OKLCH
oklch(0.901 0.102 171.4)CMYK
cmyk(40%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2C9
2#4CEEBB
3#28EBAD
4#14D89A
5#11B480
6#0D9066
7#0A6C4D
8#074833
9#03241A
Tints
Lighter variations
1#9EF6DA
2#A9F7DE
3#B4F8E2
4#BFF9E7
5#C9FAEB
6#D4FBEF
7#DFFCF3
8#EAFDF7
9#F4FEFB
Tones
Muted variations
1#99F0D4
2#9DEBD3
3#A2E6D1
4#A7E2CF
5#ACDDCD
6#B1D8CB
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 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | 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: #C2F9E8;
--sky-blue-300: #94F5D6;
--sky-blue-400: #5CF0C1;
--sky-blue-500: #2DEBAF;
--sky-blue-600: #13CD92;
--sky-blue-700: #0FA374;
--sky-blue-800: #0B7553;
--sky-blue-900: #074B35;
--sky-blue-950: #042F21;
}