Sky Blue
#94F5DE
CyanColor Codes
All color formats for development
HEX
#94F5DERGB
rgb(148, 245, 222)HSL
hsl(166, 83%, 77%)OKLCH
oklch(0.904 0.098 177.1)CMYK
cmyk(40%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2D3
2#4CEEC8
3#28EBBD
4#14D8AA
5#11B48E
6#0D9071
7#0A6C55
8#074839
9#03241C
Tints
Lighter variations
1#9EF6E2
2#A9F7E5
3#B4F8E8
4#BFF9EB
5#C9FAEF
6#D4FBF2
7#DFFCF5
8#EAFDF8
9#F4FEFC
Tones
Muted variations
1#99F0DC
2#9DEBD9
3#A2E6D7
4#A7E2D4
5#ACDDD1
6#B1D8CF
7#B6D3CC
8#BBCECA
9#BFC9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF5;
--sky-blue-200: #C2F9ED;
--sky-blue-300: #94F5DE;
--sky-blue-400: #5CF0CD;
--sky-blue-500: #2DEBBF;
--sky-blue-600: #13CDA2;
--sky-blue-700: #0FA381;
--sky-blue-800: #0B755C;
--sky-blue-900: #074B3B;
--sky-blue-950: #042F25;
}