Sky Blue
#95F3CB
GreenColor Codes
All color formats for development
HEX
#95F3CBRGB
rgb(149, 243, 203)HSL
hsl(154, 80%, 77%)OKLCH
oklch(0.895 0.106 165.2)CMYK
cmyk(39%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFB9
2#4FEBA8
3#2BE796
4#18D482
5#14B16D
6#108D57
7#0C6A41
8#08472B
9#042316
Tints
Lighter variations
1#A0F4D0
2#ABF6D5
3#B5F7DA
4#C0F8E0
5#CAF9E5
6#D5FAEA
7#DFFBEF
8#EAFDF5
9#F4FEFA
Tones
Muted variations
1#9AEFCA
2#9FEAC9
3#A4E5C9
4#A8E1C8
5#ADDCC7
6#B2D7C7
7#B6D2C6
8#BBCEC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF8;
--sky-blue-100: #DFFBEF;
--sky-blue-200: #C3F8E1;
--sky-blue-300: #95F3CB;
--sky-blue-400: #5EEDAF;
--sky-blue-500: #30E898;
--sky-blue-600: #16CA7C;
--sky-blue-700: #12A163;
--sky-blue-800: #0D7347;
--sky-blue-900: #08492D;
--sky-blue-950: #052E1C;
}