Sky Blue
#95F2F3
CyanColor Codes
All color formats for development
HEX
#95F2F3RGB
rgb(149, 242, 243)HSL
hsl(181, 80%, 77%)OKLCH
oklch(0.904 0.089 196.6)CMYK
cmyk(39%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EDEF
2#4FE9EB
3#2BE4E7
4#18D1D4
5#14AEB1
6#108B8D
7#0C686A
8#084647
9#042323
Tints
Lighter variations
1#A0F3F4
2#ABF4F6
3#B5F6F7
4#C0F7F8
5#CAF8F9
6#D5FAFA
7#DFFBFB
8#EAFCFD
9#F4FEFE
Tones
Muted variations
1#9AEDEF
2#9FE9EA
3#A4E4E5
4#A8E0E1
5#ADDBDC
6#B2D6D7
7#B6D2D2
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 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | 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: #DFFBFB;
--sky-blue-200: #C3F7F8;
--sky-blue-300: #95F2F3;
--sky-blue-400: #5EEBED;
--sky-blue-500: #30E5E8;
--sky-blue-600: #16C7CA;
--sky-blue-700: #129EA1;
--sky-blue-800: #0D7173;
--sky-blue-900: #084849;
--sky-blue-950: #052D2E;
}