Sky Blue
#6BBFE1
BlueColor Codes
All color formats for development
HEX
#6BBFE1RGB
rgb(107, 191, 225)HSL
hsl(197, 66%, 65%)OKLCH
oklch(0.764 0.095 226.4)CMYK
cmyk(52%, 15%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FB3DB
2#34A8D5
3#2795C1
4#2280A5
5#1C6B8A
6#17556E
7#114053
8#0B2B37
9#06151C
Tints
Lighter variations
1#7AC6E4
2#88CCE7
3#97D2EA
4#A6D9ED
5#B5DFF0
6#C4E6F3
7#D3ECF6
8#E1F2F9
9#F0F9FC
Tones
Muted variations
1#71BDDB
2#77BAD5
3#7DB8CF
4#82B5C9
5#88B3C3
6#8EB0BD
7#94ADB7
8#9AABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED5 #9ED5EB | BordersInactive statesPlaceholder text |
| 400 | 6BBF #6BBFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AD #41ADD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2690 #2690BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E73 #1E7394 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1652 #16526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C8E7F4;
--sky-blue-300: #9ED5EB;
--sky-blue-400: #6BBFE1;
--sky-blue-500: #41ADD8;
--sky-blue-600: #2690BA;
--sky-blue-700: #1E7394;
--sky-blue-800: #16526A;
--sky-blue-900: #0E3444;
--sky-blue-950: #09212A;
}