Sky Blue
#95F3E2
CyanColor Codes
All color formats for development
HEX
#95F3E2RGB
rgb(149, 243, 226)HSL
hsl(169, 80%, 77%)OKLCH
oklch(0.901 0.093 181.3)CMYK
cmyk(39%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFD8
2#4FEBCF
3#2BE7C5
4#18D4B2
5#14B194
6#108D76
7#0C6A59
8#08473B
9#04231E
Tints
Lighter variations
1#A0F4E5
2#ABF6E8
3#B5F7EB
4#C0F8EE
5#CAF9F1
6#D5FAF3
7#DFFBF6
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#9AEFDF
2#9FEADC
3#A4E5D9
4#A8E1D6
5#ADDCD3
6#B2D7D0
7#B6D2CD
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C3F8EF;
--sky-blue-300: #95F3E2;
--sky-blue-400: #5EEDD3;
--sky-blue-500: #30E8C6;
--sky-blue-600: #16CAA9;
--sky-blue-700: #12A186;
--sky-blue-800: #0D7360;
--sky-blue-900: #08493D;
--sky-blue-950: #052E26;
}