Sky Blue
#94F5E0
CyanColor Codes
All color formats for development
HEX
#94F5E0RGB
rgb(148, 245, 224)HSL
hsl(167, 83%, 77%)OKLCH
oklch(0.904 0.097 178.6)CMYK
cmyk(40%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2D6
2#4CEECB
3#28EBC1
4#14D8AD
5#11B490
6#0D9073
7#0A6C57
8#07483A
9#03241D
Tints
Lighter variations
1#9EF6E3
2#A9F7E6
3#B4F8E9
4#BFF9EC
5#C9FAEF
6#D4FBF3
7#DFFCF6
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#99F0DD
2#9DEBDA
3#A2E6D8
4#A7E2D5
5#ACDDD2
6#B1D8CF
7#B6D3CD
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 #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | 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: #DEFCF6;
--sky-blue-200: #C2F9ED;
--sky-blue-300: #94F5E0;
--sky-blue-400: #5CF0D0;
--sky-blue-500: #2DEBC2;
--sky-blue-600: #13CDA5;
--sky-blue-700: #0FA383;
--sky-blue-800: #0B755E;
--sky-blue-900: #074B3C;
--sky-blue-950: #042F25;
}