Sky Blue
#95E2F3
CyanColor Codes
All color formats for development
HEX
#95E2F3RGB
rgb(149, 226, 243)HSL
hsl(191, 80%, 77%)OKLCH
oklch(0.869 0.079 213.1)CMYK
cmyk(39%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72D8EF
2#4FCFEB
3#2BC5E7
4#18B2D4
5#1494B1
6#10768D
7#0C596A
8#083B47
9#041E23
Tints
Lighter variations
1#A0E5F4
2#ABE8F6
3#B5EBF7
4#C0EEF8
5#CAF1F9
6#D5F3FA
7#DFF6FB
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#9ADFEF
2#9FDCEA
3#A4D9E5
4#A8D6E1
5#ADD3DC
6#B2D0D7
7#B6CDD2
8#BBCACE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C3EFF8;
--sky-blue-300: #95E2F3;
--sky-blue-400: #5ED3ED;
--sky-blue-500: #30C6E8;
--sky-blue-600: #16A9CA;
--sky-blue-700: #1286A1;
--sky-blue-800: #0D6073;
--sky-blue-900: #083D49;
--sky-blue-950: #05262E;
}