Teal
#23908A
CyanColor Codes
All color formats for development
HEX
#23908ARGB
rgb(35, 144, 138)HSL
hsl(177, 61%, 35%)OKLCH
oklch(0.594 0.094 189.4)CMYK
cmyk(76%, 0%, 4%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F817C
2#1C736F
3#186561
4#155653
5#114845
6#0E3937
7#0A2B29
8#071D1C
9#030E0E
Tints
Lighter variations
1#29AAA4
2#30C5BE
3#44D2CB
4#5FD8D2
5#7ADFDA
6#94E5E1
7#AFECE9
8#CAF2F0
9#E4F9F8
Tones
Muted variations
1#288A85
2#2E8580
3#337F7C
4#397A77
5#3E7472
6#436F6D
7#496A68
8#4E6463
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F7;
--teal-200: #CAF2F0;
--teal-300: #A1E8E5;
--teal-400: #6FDCD7;
--teal-500: #46D2CB;
--teal-600: #2CB5AE;
--teal-700: #23908A;
--teal-800: #196763;
--teal-900: #10423F;
--teal-950: #0A2927;
}