Sky Blue
#95F3E5
CyanColor Codes
All color formats for development
HEX
#95F3E5RGB
rgb(149, 243, 229)HSL
hsl(171, 80%, 77%)OKLCH
oklch(0.902 0.092 183.7)CMYK
cmyk(39%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFDD
2#4FEBD4
3#2BE7CB
4#18D4B8
5#14B199
6#108D7B
7#0C6A5C
8#08473D
9#04231F
Tints
Lighter variations
1#A0F4E8
2#ABF6EA
3#B5F7ED
4#C0F8F0
5#CAF9F2
6#D5FAF5
7#DFFBF7
8#EAFDFA
9#F4FEFC
Tones
Muted variations
1#9AEFE2
2#9FEADF
3#A4E5DB
4#A8E1D8
5#ADDCD5
6#B2D7D1
7#B6D2CE
8#BBCECB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C3F8F0;
--sky-blue-300: #95F3E5;
--sky-blue-400: #5EEDD8;
--sky-blue-500: #30E8CD;
--sky-blue-600: #16CAAF;
--sky-blue-700: #12A18B;
--sky-blue-800: #0D7363;
--sky-blue-900: #084940;
--sky-blue-950: #052E28;
}