Sky Blue
#95E5F3
CyanColor Codes
All color formats for development
HEX
#95E5F3RGB
rgb(149, 229, 243)HSL
hsl(189, 80%, 77%)OKLCH
oklch(0.875 0.08 209.7)CMYK
cmyk(39%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72DDEF
2#4FD4EB
3#2BCBE7
4#18B8D4
5#1499B1
6#107B8D
7#0C5C6A
8#083D47
9#041F23
Tints
Lighter variations
1#A0E8F4
2#ABEAF6
3#B5EDF7
4#C0F0F8
5#CAF2F9
6#D5F5FA
7#DFF7FB
8#EAFAFD
9#F4FCFE
Tones
Muted variations
1#9AE2EF
2#9FDFEA
3#A4DBE5
4#A8D8E1
5#ADD5DC
6#B2D1D7
7#B6CED2
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C3F0F8;
--sky-blue-300: #95E5F3;
--sky-blue-400: #5ED8ED;
--sky-blue-500: #30CDE8;
--sky-blue-600: #16AFCA;
--sky-blue-700: #128BA1;
--sky-blue-800: #0D6373;
--sky-blue-900: #084049;
--sky-blue-950: #05282E;
}