Sky Blue
#95ECF4
CyanColor Codes
All color formats for development
HEX
#95ECF4RGB
rgb(149, 236, 244)HSL
hsl(185, 81%, 77%)OKLCH
oklch(0.891 0.085 203.2)CMYK
cmyk(39%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71E6F0
2#4EDFEC
3#2AD9E9
4#16C5D5
5#13A4B2
6#0F848E
7#0B636B
8#074247
9#042124
Tints
Lighter variations
1#9FEEF5
2#AAF0F6
3#B5F2F7
4#BFF4F8
5#CAF5F9
6#D5F7FB
7#DFF9FC
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#9AE8EF
2#9EE4EA
3#A3E0E6
4#A8DCE1
5#ADD8DC
6#B1D4D7
7#B6D0D3
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F4F9;
--sky-blue-300: #95ECF4;
--sky-blue-400: #5DE2EE;
--sky-blue-500: #2FDAE9;
--sky-blue-600: #15BCCB;
--sky-blue-700: #1195A2;
--sky-blue-800: #0C6B73;
--sky-blue-900: #08444A;
--sky-blue-950: #052B2E;
}