Sky Blue
#95F3EA
CyanColor Codes
All color formats for development
HEX
#95F3EARGB
rgb(149, 243, 234)HSL
hsl(174, 80%, 77%)OKLCH
oklch(0.903 0.091 187.9)CMYK
cmyk(39%, 0%, 4%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFE3
2#4FEBDC
3#2BE7D5
4#18D4C1
5#14B1A1
6#108D81
7#0C6A61
8#084740
9#042320
Tints
Lighter variations
1#A0F4EC
2#ABF6EE
3#B5F7F0
4#C0F8F2
5#CAF9F4
6#D5FAF7
7#DFFBF9
8#EAFDFB
9#F4FEFD
Tones
Muted variations
1#9AEFE6
2#9FEAE2
3#A4E5DF
4#A8E1DB
5#ADDCD7
6#B2D7D3
7#B6D2D0
8#BBCECC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C3F8F3;
--sky-blue-300: #95F3EA;
--sky-blue-400: #5EEDDF;
--sky-blue-500: #30E8D6;
--sky-blue-600: #16CAB8;
--sky-blue-700: #12A192;
--sky-blue-800: #0D7369;
--sky-blue-900: #084943;
--sky-blue-950: #052E2A;
}