Sky Blue
#95F0F3
CyanColor Codes
All color formats for development
HEX
#95F0F3RGB
rgb(149, 240, 243)HSL
hsl(182, 80%, 77%)OKLCH
oklch(0.899 0.087 198.4)CMYK
cmyk(39%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EBEF
2#4FE6EB
3#2BE1E7
4#18CED4
5#14ABB1
6#10898D
7#0C676A
8#084547
9#042223
Tints
Lighter variations
1#A0F2F4
2#ABF3F6
3#B5F5F7
4#C0F6F8
5#CAF8F9
6#D5F9FA
7#DFFBFB
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#9AECEF
2#9FE7EA
3#A4E3E5
4#A8DFE1
5#ADDADC
6#B2D6D7
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 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | 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: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C3F7F8;
--sky-blue-300: #95F0F3;
--sky-blue-400: #5EE8ED;
--sky-blue-500: #30E2E8;
--sky-blue-600: #16C4CA;
--sky-blue-700: #129CA1;
--sky-blue-800: #0D6F73;
--sky-blue-900: #084749;
--sky-blue-950: #052D2E;
}