Sky Blue
#95BEF3
BlueColor Codes
All color formats for development
HEX
#95BEF3RGB
rgb(149, 190, 243)HSL
hsl(214, 80%, 77%)OKLCH
oklch(0.791 0.088 255.1)CMYK
cmyk(39%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72A8EF
2#4F93EB
3#2B7DE7
4#1869D4
5#1458B1
6#10468D
7#0C356A
8#082347
9#041223
Tints
Lighter variations
1#A0C5F4
2#ABCBF6
3#B5D2F7
4#C0D8F8
5#CADFF9
6#D5E5FA
7#DFECFB
8#EAF2FD
9#F4F9FE
Tones
Muted variations
1#9ABFEF
2#9FBFEA
3#A4C0E5
4#A8C1E1
5#ADC1DC
6#B2C2D7
7#B6C2D2
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9C #5E9CED | Disabled statesSecondary iconsMuted text |
| 500 | 3080 #3080E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1664 #1664CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1250 #1250A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #082449 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEBFB;
--sky-blue-200: #C3DAF8;
--sky-blue-300: #95BEF3;
--sky-blue-400: #5E9CED;
--sky-blue-500: #3080E8;
--sky-blue-600: #1664CA;
--sky-blue-700: #1250A1;
--sky-blue-800: #0D3973;
--sky-blue-900: #082449;
--sky-blue-950: #05172E;
}