Sky Blue
#95F3CF
GreenColor Codes
All color formats for development
HEX
#95F3CFRGB
rgb(149, 243, 207)HSL
hsl(157, 80%, 77%)OKLCH
oklch(0.896 0.104 167.6)CMYK
cmyk(39%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFBF
2#4FEBAF
3#2BE79F
4#18D48C
5#14B175
6#108D5D
7#0C6A46
8#08472F
9#042317
Tints
Lighter variations
1#A0F4D4
2#ABF6D9
3#B5F7DE
4#C0F8E2
5#CAF9E7
6#D5FAEC
7#DFFBF1
8#EAFDF5
9#F4FEFA
Tones
Muted variations
1#9AEFCE
2#9FEACD
3#A4E5CC
4#A8E1CB
5#ADDCCA
6#B2D7C9
7#B6D2C8
8#BBCEC7
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF0;
--sky-blue-200: #C3F8E4;
--sky-blue-300: #95F3CF;
--sky-blue-400: #5EEDB6;
--sky-blue-500: #30E8A2;
--sky-blue-600: #16CA85;
--sky-blue-700: #12A16A;
--sky-blue-800: #0D734C;
--sky-blue-900: #084930;
--sky-blue-950: #052E1E;
}