Sky Blue
#95DFF3
CyanColor Codes
All color formats for development
HEX
#95DFF3RGB
rgb(149, 223, 243)HSL
hsl(193, 80%, 77%)OKLCH
oklch(0.862 0.078 216.6)CMYK
cmyk(39%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72D4EF
2#4FC9EB
3#2BBFE7
4#18ABD4
5#148FB1
6#10728D
7#0C566A
8#083947
9#041D23
Tints
Lighter variations
1#A0E2F4
2#ABE5F6
3#B5E9F7
4#C0ECF8
5#CAEFF9
6#D5F2FA
7#DFF5FB
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#9ADCEF
2#9FDAEA
3#A4D7E5
4#A8D4E1
5#ADD2DC
6#B2CFD7
7#B6CCD2
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 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF5FB;
--sky-blue-200: #C3EDF8;
--sky-blue-300: #95DFF3;
--sky-blue-400: #5ECEED;
--sky-blue-500: #30C0E8;
--sky-blue-600: #16A3CA;
--sky-blue-700: #1282A1;
--sky-blue-800: #0D5D73;
--sky-blue-900: #083B49;
--sky-blue-950: #05252E;
}