Sky Blue
#95CFF4
BlueColor Codes
All color formats for development
HEX
#95CFF4RGB
rgb(149, 207, 244)HSL
hsl(203, 81%, 77%)OKLCH
oklch(0.828 0.079 237)CMYK
cmyk(39%, 15%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71C0F0
2#4EB0EC
3#2AA0E9
4#168CD5
5#1375B2
6#0F5D8E
7#0B466B
8#072F47
9#041724
Tints
Lighter variations
1#9FD4F5
2#AAD9F6
3#B5DEF7
4#BFE2F8
5#CAE7F9
6#D5ECFB
7#DFF1FC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACEEF
2#9ECDEA
3#A3CCE6
4#A8CBE1
5#ADCADC
6#B1C9D7
7#B6C8D3
8#BBC7CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF1FC;
--sky-blue-200: #C3E4F9;
--sky-blue-300: #95CFF4;
--sky-blue-400: #5DB7EE;
--sky-blue-500: #2FA2E9;
--sky-blue-600: #1585CB;
--sky-blue-700: #116AA2;
--sky-blue-800: #0C4C73;
--sky-blue-900: #08314A;
--sky-blue-950: #051E2E;
}