Sky Blue
#95F3E4
CyanColor Codes
All color formats for development
HEX
#95F3E4RGB
rgb(149, 243, 228)HSL
hsl(170, 80%, 77%)OKLCH
oklch(0.901 0.092 182.9)CMYK
cmyk(39%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFDA
2#4FEBD1
3#2BE7C8
4#18D4B5
5#14B197
6#108D78
7#0C6A5A
8#08473C
9#04231E
Tints
Lighter variations
1#A0F4E6
2#ABF6E9
3#B5F7EC
4#C0F8EF
5#CAF9F1
6#D5FAF4
7#DFFBF7
8#EAFDFA
9#F4FEFC
Tones
Muted variations
1#9AEFE1
2#9FEADD
3#A4E5DA
4#A8E1D7
5#ADDCD4
6#B2D7D1
7#B6D2CE
8#BBCECB
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C3F8F0;
--sky-blue-300: #95F3E4;
--sky-blue-400: #5EEDD5;
--sky-blue-500: #30E8C9;
--sky-blue-600: #16CAAC;
--sky-blue-700: #12A189;
--sky-blue-800: #0D7362;
--sky-blue-900: #08493F;
--sky-blue-950: #052E27;
}