Sky Blue
#95F1F4
CyanColor Codes
All color formats for development
HEX
#95F1F4RGB
rgb(149, 241, 244)HSL
hsl(182, 81%, 77%)OKLCH
oklch(0.902 0.088 198.4)CMYK
cmyk(39%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71ECF0
2#4EE7EC
3#2AE2E9
4#16CFD5
5#13ACB2
6#0F8A8E
7#0B676B
8#074547
9#042224
Tints
Lighter variations
1#9FF2F5
2#AAF4F6
3#B5F5F7
4#BFF6F8
5#CAF8F9
6#D5F9FB
7#DFFBFC
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#9AECEF
2#9EE8EA
3#A3E3E6
4#A8DFE1
5#ADDBDC
6#B1D6D7
7#B6D2D3
8#BBCDCE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFBFC;
--sky-blue-200: #C3F7F9;
--sky-blue-300: #95F1F4;
--sky-blue-400: #5DE9EE;
--sky-blue-500: #2FE3E9;
--sky-blue-600: #15C5CB;
--sky-blue-700: #119DA2;
--sky-blue-800: #0C7073;
--sky-blue-900: #08484A;
--sky-blue-950: #052D2E;
}