Sky Blue
#95EFF3
CyanColor Codes
All color formats for development
HEX
#95EFF3RGB
rgb(149, 239, 243)HSL
hsl(183, 80%, 77%)OKLCH
oklch(0.897 0.086 199.4)CMYK
cmyk(39%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72E9EF
2#4FE4EB
3#2BDEE7
4#18CBD4
5#14A9B1
6#10878D
7#0C656A
8#084447
9#042223
Tints
Lighter variations
1#A0F0F4
2#ABF2F6
3#B5F4F7
4#C0F5F8
5#CAF7F9
6#D5F8FA
7#DFFAFB
8#EAFCFD
9#F4FDFE
Tones
Muted variations
1#9AEAEF
2#9FE6EA
3#A4E2E5
4#A8DEE1
5#ADD9DC
6#B2D5D7
7#B6D1D2
8#BBCDCE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C3F6F8;
--sky-blue-300: #95EFF3;
--sky-blue-400: #5EE6ED;
--sky-blue-500: #30DFE8;
--sky-blue-600: #16C1CA;
--sky-blue-700: #129AA1;
--sky-blue-800: #0D6E73;
--sky-blue-900: #084649;
--sky-blue-950: #052C2E;
}