Sky Blue
#95D9F3
BlueColor Codes
All color formats for development
HEX
#95D9F3RGB
rgb(149, 217, 243)HSL
hsl(197, 80%, 77%)OKLCH
oklch(0.849 0.077 223.9)CMYK
cmyk(39%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72CCEF
2#4FBFEB
3#2BB2E7
4#189FD4
5#1484B1
6#106A8D
7#0C4F6A
8#083547
9#041A23
Tints
Lighter variations
1#A0DDF4
2#ABE0F6
3#B5E4F7
4#C0E8F8
5#CAECF9
6#D5F0FA
7#DFF4FB
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD7EF
2#9FD5EA
3#A4D3E5
4#A8D1E1
5#ADCFDC
6#B2CCD7
7#B6CAD2
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C3E9F8;
--sky-blue-300: #95D9F3;
--sky-blue-400: #5EC5ED;
--sky-blue-500: #30B4E8;
--sky-blue-600: #1697CA;
--sky-blue-700: #1278A1;
--sky-blue-800: #0D5673;
--sky-blue-900: #083749;
--sky-blue-950: #05222E;
}